mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
luci-app-samba4: add uci ACL rules
Fixes: #3918 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
"file": {
|
||||
"/etc/samba/smb.conf.template": [ "read" ],
|
||||
"/usr/sbin/smbd": [ "exec" ]
|
||||
}
|
||||
},
|
||||
"uci": [ "samba4" ]
|
||||
},
|
||||
"write": {
|
||||
"file": {
|
||||
"/etc/samba/smb.conf.template": [ "write" ]
|
||||
}
|
||||
},
|
||||
"uci": [ "samba4" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user