mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
security: update setcap-wrappers dir to match the system-level dir we're creating on init
This commit is contained in:
parent
12a23b3d91
commit
1c0f672f7a
@ -84,7 +84,7 @@ in
|
|||||||
|
|
||||||
security.setcapWrapperDir = mkOption {
|
security.setcapWrapperDir = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/nix/var/setcap-wrappers";
|
default = "/var/setcap-wrappers";
|
||||||
internal = true;
|
internal = true;
|
||||||
description = ''
|
description = ''
|
||||||
This option defines the path to the setcap wrappers. It
|
This option defines the path to the setcap wrappers. It
|
||||||
|
Loading…
Reference in New Issue
Block a user