Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.profile.rst
diff options
context:
space:
mode:
authorMichael Gilchrist <michaelgilch@gmail.com>2021-03-21 14:00:13 +0000
committerDavid Runge <dvzrv@archlinux.org>2021-03-21 14:00:13 +0000
commit6bb12552e4c5351bf5c7c839e75d6bb77c0f7cc6 (patch)
treea617e6af83334f9acfa889dbc13a8e4be7987108 /README.profile.rst
parente43017c955ab9e3d6394098e49fe588bd848d3e2 (diff)
Recursively change file permissions for folders listed in profiledef.sh
- if a folder listed in the associative array ends with a "/", recursively apply chmod and chown.
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 7680628..c22e7bb 100644
--- a/README.profile.rst
+++ b/README.profile.rst
@@ -55,7 +55,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
=============