nixos/jenkins: Ensure proper permissions for cache directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -256,6 +256,7 @@ in
|
|||||||
StateDirectoryMode = "750";
|
StateDirectoryMode = "750";
|
||||||
# For (possible) socket use
|
# For (possible) socket use
|
||||||
RuntimeDirectory = "jenkins";
|
RuntimeDirectory = "jenkins";
|
||||||
|
RuntimeDirectoryMode = "750";
|
||||||
AmbientCapabilities = "";
|
AmbientCapabilities = "";
|
||||||
CapabilityBoundingSet = "";
|
CapabilityBoundingSet = "";
|
||||||
LockPersonality = true;
|
LockPersonality = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user