index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
diff options
context:
1
2
3
4
5
6
7
8
9
2024-08-19
services: Truly mark ‘setuid-program-service-type’ as deprecated.
Ludovic Courtès
* gnu/services.scm (setuid-program-service-type): Define with ‘define-deprecated/alias’. Change-Id: Ibafe333e7f261185b5a70b38cfb4845abf2f643b
2024-08-19
services: privileged-program: No libcap when cross-compiling to the Hurd.
Ludovic Courtès
* gnu/services.scm (privileged-program->activation-gexp): Add ‘let-system’ form to define staged ‘libcap’ variable. Use ‘supported-package?’ only when not cross-compiling. Change-Id: Ifa9bd97b5dc8c3a162d8427533b41d3c30bac18d
2024-08-11
privilege: Add POSIX capabilities(7) support.
Tobias Geerinckx-Rice