summaryrefslogtreecommitdiffstats
path: root/system/sargon/sargon.json
diff options
context:
space:
mode:
author Sergey Poznyakoff <gray@gnu.org>2024-06-18 18:49:50 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-19 20:47:13 +0700
commitee8f0549cf508d9ef066ead2e3b5546b965e2bc8 (patch)
treec57ff1f873ec82c20640f9fc9e2ee7beb105761f /system/sargon/sargon.json
parent0063e9e5259eb99d4c44204c6b31ec2be401d69f (diff)
downloadslackbuilds-ee8f0549cf508d9ef066ead2e3b5546b965e2bc8.tar.gz
slackbuilds-ee8f0549cf508d9ef066ead2e3b5546b965e2bc8.tar.xz
system/sargon: Update for version 2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/sargon/sargon.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/system/sargon/sargon.json b/system/sargon/sargon.json
index e73b0d7b99..6c90a809fc 100644
--- a/system/sargon/sargon.json
+++ b/system/sargon/sargon.json
@@ -1,2 +1,11 @@
-{ "pidfile":"/var/run/sargon.pid" }
-
+{
+ "pidfile": "/var/run/sargon.pid",
+ "ACL":[
+ {
+ "Allow": [ "ALL" ],
+ "Mount": [ "/var/lib/mounts/**(globstar)" ],
+ "User": [ "ALL" ],
+ "Order": 100
+ }
+ ]
+}