Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions man1/aur-build.1
Original file line number Diff line number Diff line change
Expand Up @@ -497,21 +497,6 @@ signatures and database files) will be owned by the
.I aurbuild
user and group.
.PP
To exchange files between the build user and a regular user,
.BR setfacl (1)
may be used. For example, assume the directory
.I /home/custompkgs
is owned by
.IR $USER:USER ,
and that read/write access should be given to the
.I aurbuild
user. The following commands set the default permissions for this directory
and modifies any existing permissions, respectively:
.PP
.EX
$ setfacl \-dm 'g:aurbuild:rwX' \-Rm g:aurbuild:rwX \-\- /home/custompkgs
.EE
.PP
See also
.B Avoiding password prompts
in
Expand Down