This commit is contained in:
Shelvacu
2025-05-10 23:16:07 -07:00
committed by Shelvacu on fw
parent d7413a8c05
commit 9f8e8cb56c

View File

@@ -294,10 +294,10 @@ in
# RestrictRealtime = true;
# RestrictSUIDSGID = true;
# SystemCallArchitectures = "native";
# SystemCallFilter = [
# "@system-service"
# "~@privileged @resources @setuid @keyring"
# ];
SystemCallFilter = [
"@system-service"
"~@privileged @resources @setuid @keyring"
];
};
};
}