Merge pull request #122825 from Izorkin/update-duplicates-systemcallfilters

treewide: remove duplicates SystemCallFilters
This commit is contained in:
Jörg Thalheim
2021-05-17 12:06:06 +01:00
committed by GitHub
6 changed files with 6 additions and 13 deletions
+1 -3
View File
@@ -92,9 +92,7 @@ in
SystemCallErrorNumber = "EPERM";
SystemCallFilter = [
"@system-service"
"~@chown" "~@cpu-emulation" "~@debug" "~@keyring" "~@memlock" "~@module"
"~@obsolete" "~@privileged" "~@setuid"
"~@cpu-emulation" "~@debug" "~@keyring" "~@memlock" "~@obsolete" "~@privileged" "~@setuid"
];
};
};