Grant minecraft access to its state directory
This commit is contained in:
parent
83f9006f35
commit
648a969c1e
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ in
|
||||||
RuntimeDirectory = "minecraft";
|
RuntimeDirectory = "minecraft";
|
||||||
RuntimeDirectoryMode = "0755";
|
RuntimeDirectoryMode = "0755";
|
||||||
UMask = "0027";
|
UMask = "0027";
|
||||||
|
ReadWritePaths = [ cfg.stateDir ]; # Grant access to the state directory
|
||||||
CapabilityBoundingSet = "";
|
CapabilityBoundingSet = "";
|
||||||
# Security
|
# Security
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
|
|
Loading…
Reference in a new issue