summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json
blob: aed904862841433664cff8cadb6b71507895e49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"luci-app-cifsd": {
		"description": "Grant access to LuCI app cifsd",
		"read": {
			"file": {
				"/etc/cifs/smb.conf.template": [ "read" ],
				"/usr/sbin/cifsd": [ "exec" ]
			}
		},
		"write": {
			"file": {
				"/etc/cifs/smb.conf.template": [ "write" ]
			}
		}
	}
}