luci/applications/luci-app-samba4/root/usr/share/rpcd/acl.d/luci-app-samba4.json
Andy Walsh 877dec0fe5 luci-app-samba4: switch to luci static javascript api
* switch to luci static javascript api
* add version info
* remove 'home' option
* regenerate translations

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-22 13:58:33 +01:00

16 lines
280 B
JSON

{
"luci-app-samba4": {
"description": "Grant access to LuCI app samba4",
"read": {
"file": {
"/etc/samba/smb.conf.template": [ "read" ],
"/usr/sbin/smbd": [ "exec" ]
}
},
"write": {
"file": {
"/etc/samba/smb.conf.template": [ "write" ]
}
}
}
}