setuid: run after usrbinenv, since wrappers got removed
This commit is contained in:
parent
23d52de962
commit
cc928a38a9
@ -80,7 +80,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
imp = {
|
imp = {
|
||||||
system.activationScripts."krebs.setuid" = stringAfter [ "wrappers" ]
|
system.activationScripts."krebs.setuid" = stringAfter [ "usrbinenv" ]
|
||||||
(concatMapStringsSep "\n"
|
(concatMapStringsSep "\n"
|
||||||
(cfg: /* sh */ ''
|
(cfg: /* sh */ ''
|
||||||
${cfg.activate}
|
${cfg.activate}
|
||||||
|
Loading…
Reference in New Issue
Block a user