Adapting everything for the merged permissions wrappers work.

This commit is contained in:
Parnell Springmeyer
2016-09-01 19:21:06 -05:00
parent 390ab0b3ef
commit 98c058a1ee
55 changed files with 162 additions and 131 deletions
+2 -3
View File
@@ -37,20 +37,19 @@ in
[
{ program = "pmount";
source = "${pkgs.pmount.out}/bin/pmount";
user = "root";
owner = "root";
group = "root";
setuid = true;
}
{ program = "pumount";
source = "${pkgs.pmount.out}/bin/pumount";
user = "root";
owner = "root";
group = "root";
setuid = true;
}
];
setuidPrograms = [ "pmount" "pumount" ];
environment.systemPackages = [ pkgs.pmount ];
};