grsecurity module: systemd-nspawn requires cap_sys_admin

As with 9ca3504a798291fbd7c49fcfeec8b64daa2022ad

Closes https://github.com/NixOS/nixpkgs/issues/17714
This commit is contained in:
Joachim Fasting 2016-08-15 20:01:12 +02:00
parent 7fd99066c4
commit 050b7eec16
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -125,6 +125,7 @@ in
"kernel.grsecurity.chroot_deny_chmod" = mkForce 0;
"kernel.grsecurity.chroot_deny_mount" = mkForce 0;
"kernel.grsecurity.chroot_restrict_nice" = mkForce 0;
"kernel.grsecurity.chroot_caps" = mkForce 0;
};
assertions = [