Skip to content
Snippets Groups Projects

Recursively change permissions of directories listed in profiledef.sh

Merged Michael Gilchrist requested to merge michaelgilch/archiso:issue100 into master
1 unresolved thread

Closes #100 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.:

    Suggested change
    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.
  • Please register or sign in to reply
  • That makes sense. I will update it next time I am in front of the computer.

  • David Runge changed milestone to %v52

    changed milestone to %v52

  • David Runge added 8 commits

    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

    Compare with previous version

  • added 3 commits

    • 19fa17b9 - Recursively change file permissions for folders listed in profiledef.sh
    • 7b5d903c - Update readme to reflect changes to recursive directory permissions
    • 42fe1632 - Clarify phrasing

    Compare with previous version

  • David Runge added 9 commits

    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

    Compare with previous version

  • David Runge enabled an automatic merge when the pipeline for 03a5e6f3 succeeds

    enabled an automatic merge when the pipeline for 03a5e6f3 succeeds

  • merged

  • Please register or sign in to reply
    Loading