mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
system: post 22.7 we will be able to tighten /root permission #5475
This needs to boot 22.7 once and then we can introduce a base update with the 750 permission and adjust the chmod accordingly.
This commit is contained in:
parent
dc33b3ab4e
commit
5d468642c4
@ -93,6 +93,11 @@ else
|
||||
# config restore for install media does not support
|
||||
# this as neither /var/log nor /root are persistent
|
||||
USE_MFS_VAR=0
|
||||
|
||||
# force the permission of /root to avoid a health audit
|
||||
# error on ISO format that will not have the correct
|
||||
# permission on boot
|
||||
chmod 755 /root # XXX 750 when ready
|
||||
fi
|
||||
|
||||
# XXX remove all renmants of /root/var handling after 22.7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user