aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:2024-08-19services: 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-19services: 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-11privilege: Add POSIX capabilities(7) support.Tobias Geerinckx-Rice