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:
Franco Fichtner 2022-06-09 10:43:28 +02:00
parent dc33b3ab4e
commit 5d468642c4

View File

@ -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