index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
home
/
services
/
utils.scm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
2024-08-11
privilege: Add POSIX capabilities(7) support.
...
* gnu/system/privilege.scm (<privileged-program>): Add a field representing the program's POSIX capabilities. (privileged-program-capabilities): New public procedure. * doc/guix.texi (Privileged Programs): Document it. * gnu/build/activation.scm (activate-privileged-programs): Take a LIBCAP package argument providing setcap(8) to apply said capabilities. * gnu/services.scm (privileged-program->activation-gexp): Pass said package argument where supported. Include privileged-program-capabilities in the compatibility hack.
Tobias Geerinckx-Rice
2024-08-11
system: Add (gnu system privilege).
...
* gnu/system/privilege.scm: New file. *