summaryrefslogtreecommitdiff
path: root/README.profile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.profile.rst')
-rw-r--r--README.profile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.profile.rst b/README.profile.rst
index f8c3bfa..bac69b5 100644
--- a/README.profile.rst
+++ b/README.profile.rst
@@ -57,7 +57,7 @@ The image file is constructed from some of the variables in **profiledef.sh**: `
`('-comp' 'xz')` for squashfs).
* `file_permissions`: An associative array that lists files and/or directories who need specific ownership or
permissions. The array's keys contain the path and the value is a colon separated list of owner UID, owner GID and
- access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`.
+ access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. When directories are listed with a trailing backslash ("/") **all** files and directories contained within the listed directory will have the same owner UID, owner GID, and access mode applied recursively.
packages.arch
=============