mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +02:00
services: setuid-program: Populate /run/privileged/bin.
Create /run/setuid-programs compatibility symlinks so that we can
migrate all users (both package and human) piecemeal at our leisure.
Apart from being symlinks, this should be a user-invisible change.
* gnu/build/activation.scm (%privileged-program-directory): New variable.
[activate-setuid-programs]: Put privileged copies in
%PRIVILEGED-PROGRAM-DIRECTORY, with compatibility symlinks to each in
%SETUID-DIRECTORY.
* gnu/services.scm (setuid-program-service-type): Update docstring.
* doc/guix.texi (Setuid Programs): Update @file{} name accordingly.
This commit is contained in:
+1
-1
@@ -41732,7 +41732,7 @@ The list includes commands such as @command{passwd}, @command{ping},
|
||||
@end defvar
|
||||
|
||||
Under the hood, the actual setuid programs are created in the
|
||||
@file{/run/setuid-programs} directory at system activation time. The
|
||||
@file{/run/privileged/bin} directory at system activation time. The
|
||||
files in this directory refer to the ``real'' binaries, which are in the
|
||||
store.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user