* switch to luci static javascript api * add version info * remove 'home' option * regenerate translations Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
16 lines
280 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|
|
}
|