mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Adapting everything for the merged permissions wrappers work.
This commit is contained in:
parent
390ab0b3ef
commit
98c058a1ee
55 changed files with 162 additions and 131 deletions
|
@ -42,8 +42,10 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
security.setuidOwners = map (program: {
|
||||
security.permissionsWrappers.setuid = map (program: {
|
||||
inherit program;
|
||||
|
||||
source = "${pkgs.atd}/bin/${program}";
|
||||
owner = "atd";
|
||||
group = "atd";
|
||||
setuid = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue