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