mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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 {
|
||||
type = types.path;
|
||||
default = "/nix/var/setcap-wrappers";
|
||||
default = "/var/setcap-wrappers";
|
||||
internal = true;
|
||||
description = ''
|
||||
This option defines the path to the setcap wrappers. It
|
||||
|
Loading…
Reference in New Issue
Block a user