diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2017-03-11 04:02:01 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:05 +0000 |
| commit | f420e4a0715b4a515f39aa8a6df7635bf16fbe7e (patch) | |
| tree | fe86ab67a6c33e6c94bc6a9a1dc5ebe51f7a3c94 | |
| parent | 8f1d763adc0f283a0c3f2fb7247c14b0777cfbd9 (diff) | |
| download | poky-f420e4a0715b4a515f39aa8a6df7635bf16fbe7e.tar.gz | |
fs-perms.txt: Two cleanup tweaks for consistency.
* Remove duplicate entry for /srv already defined earlier in file.
* Use "${localstatedir}" rather than "/var" for consistency.
(From OE-Core rev: 0cb3a4b299506b4503c5728a0f0c80db8d603e91)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/files/fs-perms.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index 3d00e862e3..c8c3ac5dbe 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files/fs-perms.txt | |||
| @@ -63,8 +63,5 @@ ${localstatedir}/volatile/tmp 01777 root root false - - - | |||
| 63 | # Set 0700 | 63 | # Set 0700 |
| 64 | ${ROOT_HOME} 0700 root root false - - - | 64 | ${ROOT_HOME} 0700 root root false - - - |
| 65 | 65 | ||
| 66 | # Set 755-lsb | ||
| 67 | /srv 0755 root root false - - - | ||
| 68 | |||
| 69 | # Set 2775-lsb | 66 | # Set 2775-lsb |
| 70 | /var/mail 02775 root mail false - - - | 67 | ${localstatedir}/mail 02775 root mail false - - - |
