summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json
blob: a846496d93c25e9b24dabbba1b3de0a9a41abdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-libreswan" : {
		"description" : "Grant access to LuCI app Libreswan IPSec",
		"read" : {
			"ubus" : {
				"libreswan" : [ "*" ]
			},
			"uci": [ "libreswan" ]
		},
		"write" : {
			"uci": [ "libreswan" ]
		}
	}
}