diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-05 22:34:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-15 06:58:49 +0100 |
commit | 37aac647d510557323083c77c3114476440a325d (patch) | |
tree | 3da58f14be48cb604474808590acc66f9b1a7440 /meta | |
parent | 94e1b6f3909c76f2129a0c5e77fa6da3ba8ca5bb (diff) | |
download | openembedded-core-contrib-37aac647d510557323083c77c3114476440a325d.tar.gz |
fs-perms.txt: fix ROOT_HOME's permission
It should be 0700 rather than 0755.
Reported-by: Charles Chan <charles.wh.chan@gmail.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/files/fs-perms.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index 109cbe553c1..3d00e862e30 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files/fs-perms.txt @@ -60,6 +60,9 @@ ${localstatedir}/local 0755 root root false - - - /tmp 01777 root root false - - - ${localstatedir}/volatile/tmp 01777 root root false - - - +# Set 0700 +${ROOT_HOME} 0700 root root false - - - + # Set 755-lsb /srv 0755 root root false - - - |