about summary refs log tree commit diff
path: root/src/libstore
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-11-03T17·03-0800
committerJude Taylor <me@jude.bio>2015-11-03T17·03-0800
commitc10ef2d13467a143d9e750e400343fbc7070f23f (patch)
tree751d49b84d390ec44c7f7aefecc77e84d00e8a14 /src/libstore
parent3b52e54e315c4449d2cd057289b95c9354294794 (diff)
fix syntax error
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/sandbox-defaults.sb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/sandbox-defaults.sb.in b/src/libstore/sandbox-defaults.sb.in
index e3c7f75e5e..b5e80085fb 100644
--- a/src/libstore/sandbox-defaults.sb.in
+++ b/src/libstore/sandbox-defaults.sb.in
@@ -15,7 +15,7 @@
 
 (allow file-read*
        (subpath "/usr/share/icu")
-       (subpath "/usr/share/locale"))
+       (subpath "/usr/share/locale")
        (subpath "/usr/share/zoneinfo"))
 
 (allow file-write*