diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-04 11:25:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-04 11:25:55 +0200 |
commit | 4c4d6e2bb2297a56ad1cad37d5b82a3b6e10211b (patch) | |
tree | 294af455010f3a1ea6faedfcb1c5540417e3856c /applications/luci-app-smbd/root | |
parent | d844caf13787a66a5deac438d9f28746b79136ff (diff) | |
parent | 5912474500429ade30c2d38db077933b375e40ff (diff) |
Merge pull request #3451 from Andy2244/luci-app-smbd-rename
luci-app-smbd: rename change cifsd->smbd
Diffstat (limited to 'applications/luci-app-smbd/root')
-rw-r--r-- | applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json b/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json new file mode 100644 index 0000000000..f04985577c --- /dev/null +++ b/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json @@ -0,0 +1,17 @@ +{ + "luci-app-smbd": { + "description": "Grant access to LuCI app smbd", + "read": { + "file": { + "/etc/smbd/smb.conf.template": [ "read" ], + "/usr/sbin/usmbd": [ "exec" ], + "/sbin/modinfo": [ "exec" ] + } + }, + "write": { + "file": { + "/etc/smbd/smb.conf.template": [ "write" ] + } + } + } +} |