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

git at git.openembedded.org git at git.openembedded.org
Wed Apr 13 23:00:22 UTC 2016


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

commit e832e05d7992e40095b864d468e04b8cbf8d3c98
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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt
index 109cbe5..6c1083c 100644
--- a/meta/files/fs-perms.txt
+++ b/meta/files/fs-perms.txt
@@ -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 - - -

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


More information about the Openembedded-commits mailing list