diff options
Diffstat (limited to 'applications/luci-app-lxc')
-rw-r--r-- | applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json b/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json new file mode 100644 index 000000000..9cf9f3ca5 --- /dev/null +++ b/applications/luci-app-lxc/root/usr/share/rpcd/acl.d/luci-app-lxc.json @@ -0,0 +1,11 @@ +{ + "luci-app-lxc": { + "description": "Grant UCI access for luci-app-lxc", + "read": { + "uci": [ "lxc" ] + }, + "write": { + "uci": [ "lxc" ] + } + } +} |