mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
update
This commit is contained in:
parent
413dfef394
commit
9015d6ebab
3 changed files with 54 additions and 3 deletions
|
|
@ -49,6 +49,23 @@ in
|
|||
];
|
||||
# GITHUB_APP_PRIVATE_KEY=-----BEGIN RSA PRIVATE KEY-----...
|
||||
EnvironmentFile = [ config.age.secrets.does_it_build_private_key.path ];
|
||||
|
||||
ProtectHome = true;
|
||||
StateDirectory = "does-it-build";
|
||||
ProtectSystem = "strict";
|
||||
PrivateTmp = true;
|
||||
|
||||
RemoveIPC = true;
|
||||
NoNewPrivileges = true;
|
||||
PrivateDevices = true;
|
||||
ProtectClock = true;
|
||||
ProtectKernelLogs = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectKernelModules = true;
|
||||
PrivateMounts = true;
|
||||
RestrictNamespaces = "";
|
||||
RestrictSUIDSGID = true;
|
||||
ProtectHostname = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue