diff options
author | turboproc <roland@treslong.com> | 2022-08-03 23:47:23 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2022-11-04 11:25:05 +0100 |
commit | cd48d766add74df60b6c6a882defa859b311ec97 (patch) | |
tree | 663ea09e368008dca5a6b872c622708a0227fd7b /modules/luci-mod-dsl/root/usr/share/rpcd | |
parent | 0dd0114a9d115819cb31a3903da742b09616f9f0 (diff) |
luci-mod-dsl: initial commit
Signed-off-by: Roland Barenbrug <roland@treslong.com>
[replace spcaes with tabs]
[remove not used dsl_cpe_pipe.sh from acl]
[cleanup file naming]
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-dsl/root/usr/share/rpcd')
-rw-r--r-- | modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json b/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json new file mode 100644 index 0000000000..7a5b6fcf4b --- /dev/null +++ b/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json @@ -0,0 +1,10 @@ +{ + "luci-mod-dsl-spectrum": { + "description": "Grant access to luci-mod-dsl spectrum", + "read": { + "ubus": { + "dsl": [ "statistics" ] + } + } + } +} |