mirror of
https://github.com/openwrt/luci.git
synced 2025-02-06 21:39:52 +00:00
09a8460750
Fixes: #3918 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"luci-app-samba4": {
|
|
"description": "Grant access to LuCI app samba4",
|
|
"read": {
|
|
"file": {
|
|
"/etc/samba/smb.conf.template": [ "read" ],
|
|
"/usr/sbin/smbd": [ "exec" ]
|
|
},
|
|
"uci": [ "samba4" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/samba/smb.conf.template": [ "write" ]
|
|
},
|
|
"uci": [ "samba4" ]
|
|
}
|
|
}
|
|
}
|