forked from mirrors/nixpkgs
Updatig the chromium-suid-sandbox module
This commit is contained in:
parent
849dcde2a5
commit
c686da8655
|
@ -27,6 +27,10 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ sandbox ];
|
||||
security.setuidPrograms = [ sandbox.passthru.sandboxExecutableName ];
|
||||
security.permissionsWrappers.setuid = [
|
||||
{ program = sandbox.passthru.sandboxExecutableName;
|
||||
source = "${sandbox}/bin/${sandbox.passthru.sandboxExecutableName}";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue