[oe-commits] [openembedded-core] 11/11: fs-perms.txt: fix ROOT_HOME's permission

git at git.openembedded.org git at git.openembedded.org
Fri Apr 15 06:00:44 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 37aac647d510557323083c77c3114476440a325d
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Apr 5 22:34:25 2016 -0700

    fs-perms.txt: fix ROOT_HOME's permission
    
    It should be 0700 rather than 0755.
    
    Reported-by: Charles Chan <charles.wh.chan at gmail.com>
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/files/fs-perms.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt
index 109cbe5..3d00e86 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 - - -
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list