1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

setuid root p{u,}mount

This commit is contained in:
Kierán Meinhardt
2019-02-08 17:57:19 +01:00
parent 14c7cf83d3
commit 21f41338a9

View File

@@ -97,6 +97,11 @@ in with pkgs;
wpa_supplicant_gui
];
security.wrappers = {
pmount.source = "${pkgs.pmount}/bin/pmount";
pumount.source = "${pkgs.pmount}/bin/pumount";
};
programs.command-not-found.enable = true;
programs.java = {
enable = true;