Merge pull request #182342 from veehaitch/github-runner-capset
nixos/github-runner: fix capset syscall filtering
This commit is contained in:
commit
2922becf6d
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,6 @@ in
|
||||||
UMask = "0066";
|
UMask = "0066";
|
||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
SystemCallFilter = [
|
SystemCallFilter = [
|
||||||
"~@capset"
|
|
||||||
"~@clock"
|
"~@clock"
|
||||||
"~@cpu-emulation"
|
"~@cpu-emulation"
|
||||||
"~@module"
|
"~@module"
|
||||||
|
@ -308,6 +307,7 @@ in
|
||||||
"~@obsolete"
|
"~@obsolete"
|
||||||
"~@raw-io"
|
"~@raw-io"
|
||||||
"~@reboot"
|
"~@reboot"
|
||||||
|
"~capset"
|
||||||
"~setdomainname"
|
"~setdomainname"
|
||||||
"~sethostname"
|
"~sethostname"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue