nixpkgs/nixos/modules/security/wrappers
Jason Yundt 17352e8995 nixos/security/wrappers: clarify required format for capabilities
Before this change, the description for
security.wrappers.<name>.capabilities made it seem like you could just
string together the names of capabilities like this:

  capabilities = "CAP_SETUID,CAP_SETGID";

In reality, each item in the list must be a full-on capability clause:

  capabilities = "CAP_SETUID=ep,CAP_SETGID+i";
2022-09-11 16:36:58 +02:00
..
default.nix nixos/security/wrappers: clarify required format for capabilities 2022-09-11 16:36:58 +02:00
wrapper.c nixos/wrappers: require argc to be at least one 2022-01-28 12:26:20 +01:00
wrapper.nix Update nixos/modules/security/wrappers/wrapper.nix 2021-01-14 09:00:34 +00:00