summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/root/usr/share/rpcd/acl.d/luci-app-advanced-reboot.json
blob: 4b22db1083f08bfbbf9ee5cdc92b85016225fe80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"luci-app-advanced-reboot": {
		"description": "Grant UCI and file access for luci-app-advanced-reboot",
		"read": {
			"ubus": {
				"luci.advanced_reboot": [ "obtain_device_info", "toggle_boot_partition" ]
			},
			"file": {
				"/usr/sbin/fw_printenv": [ "list" ],
				"/usr/sbin/fw_setenv": [ "list" ],
				"/sbin/poweroff": [ "list", "exec" ]
			}
		}
	}
}