mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
fs-perms.txt: fix ROOT_HOME's permission
It should be 0700 rather than 0755. Reported-by: Charles Chan <charles.wh.chan@gmail.com> (From OE-Core rev: 4ac2e5493671b198e562732e5fd8f525247527e4) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1db3dc8803
commit
eeae2ac488
@@ -59,6 +59,7 @@ ${localstatedir}/local 0755 root root false - - -
|
||||
# Set 1777
|
||||
/tmp 01777 root root false - - -
|
||||
${localstatedir}/volatile/tmp 01777 root root false - - -
|
||||
${ROOT_HOME} 0700 root root false - - -
|
||||
|
||||
# Set 755-lsb
|
||||
/srv 0755 root root false - - -
|
||||
|
||||
Reference in New Issue
Block a user