Recursively change permissions of directories listed in profiledef.sh
1 unresolved thread
1 unresolved thread
Closes #100 (closed)
Merge request reports
Activity
Next step is to wait for @dvzrv to review and merge it.
53 53 `mksquashfs` is supported - see `mksquashfs --help` for all possible options (defaults to `('-comp' 'xz')`). 54 54 - `file_permissions`: An associative array that lists files and/or directories who need specific ownership or 55 55 permissions. The array's keys contain the path and the value is a colon separated list of owner UID, owner GID and 56 access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. 56 access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. Directories listed with a trailing backslash ("/") will have the owner UID, owner GID, and access mode applied recursively. Maybe this can be phrased a bit more clearly, e.g.:
58 access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. Directories listed with a trailing backslash ("/") will have the owner UID, owner GID, and access mode applied recursively. 58 access mode. E.g. `file_permissions=(["/etc/shadow"]="0:0:400")`. When directories are listed with a trailing backslash ("/") **all** files and directories will have the the same owner UID, owner GID, and access mode applied recursively. changed this line in version 3 of the diff
changed milestone to %v52
added scopeenhancement label
added 8 commits
-
7b5d903c...e43017c9 - 6 commits from branch
archlinux:master
- 09d9207e - Recursively change file permissions for folders listed in profiledef.sh
- 3d40fe6c - Update readme to reflect changes to recursive directory permissions
-
7b5d903c...e43017c9 - 6 commits from branch
added 9 commits
-
42fe1632...e43017c9 - 6 commits from branch
archlinux:master
- 71621100 - Recursively change file permissions for folders listed in profiledef.sh
- f2cbe95a - Update readme to reflect changes to recursive directory permissions
- 03a5e6f3 - Clarify phrasing
Toggle commit list-
42fe1632...e43017c9 - 6 commits from branch
enabled an automatic merge when the pipeline for 03a5e6f3 succeeds
Please register or sign in to reply