README: document perms/rights for xbps-uchroot(8).
This commit is contained in:
parent
b7ba4e4dd6
commit
c4cf7a759f
1 changed files with 5 additions and 2 deletions
|
@ -43,8 +43,11 @@ This utility requires these linux kernel options:
|
||||||
Your user must be added to a special group to be able to use `xbps-uchroot(8)` and the
|
Your user must be added to a special group to be able to use `xbps-uchroot(8)` and the
|
||||||
executable must be `setgid`:
|
executable must be `setgid`:
|
||||||
|
|
||||||
# usermod -a -G xbuilder <user>
|
# chown root:<group> xbps-uchroot
|
||||||
# chmod 4750 root:xbuilder xbps-uchroot
|
# chmod 4750 xbps-uchroot
|
||||||
|
|
||||||
|
> NOTE: by default in void you shouldn't do this manually, your user must be a member of
|
||||||
|
the `xbuilder` group.
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue