diff options
Diffstat (limited to 'meta/files/fs-perms-volatile-log.txt')
| -rw-r--r-- | meta/files/fs-perms-volatile-log.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/files/fs-perms-volatile-log.txt b/meta/files/fs-perms-volatile-log.txt new file mode 100644 index 0000000000..fc846bbdc5 --- /dev/null +++ b/meta/files/fs-perms-volatile-log.txt | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | # This file contains a list of files and directories with known permissions. | ||
| 2 | # It is used by the packaging class to ensure that the permissions, owners and | ||
| 3 | # group of listed files and directories are in sync across the system. | ||
| 4 | # | ||
| 5 | # The format of this file | ||
| 6 | # | ||
| 7 | #<path> <mode> <uid> <gid> <walk> <fmode> <fuid> <fgid> | ||
| 8 | # | ||
| 9 | # or | ||
| 10 | # | ||
| 11 | #<path> link <target> | ||
| 12 | # | ||
| 13 | # <path>: directory path | ||
| 14 | # <mode>: mode for directory | ||
| 15 | # <uid>: uid for directory | ||
| 16 | # <gid>: gid for directory | ||
| 17 | # <walk>: recursively walk the directory? true or false | ||
| 18 | # <fmode>: if walking, new mode for files | ||
| 19 | # <fuid>: if walking, new uid for files | ||
| 20 | # <fgid>: if walking, new gid for files | ||
| 21 | # <target>: turn the directory into a symlink point to target | ||
| 22 | # | ||
| 23 | # in mode, uid or gid, a "-" means don't change any existing values | ||
| 24 | # | ||
| 25 | # /usr/src 0755 root root false - - - | ||
| 26 | # /usr/share/man 0755 root root true 0644 root root | ||
| 27 | |||
| 28 | # Note: all standard config directories are automatically assigned "0755 root root false - - -" | ||
| 29 | |||
| 30 | # Documentation should always be corrected | ||
| 31 | |||
| 32 | # Items from base-files | ||
| 33 | # Links | ||
| 34 | ${localstatedir}/log link volatile/log | ||
