mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 12:59:43 +08:00
21 lines
563 B
JSON
21 lines
563 B
JSON
{
|
|
"luci-app-partexp": {
|
|
"description": "Grant access for luci-app-partexp",
|
|
"read": {
|
|
"ubus": {
|
|
"file": ["exec", "list", "stat", "read"],
|
|
"uci": ["partexp"],
|
|
"partexp": ["get_devices", "get_log", "get_status"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"partexp": ["autopart", "save_config"],
|
|
"file": ["write"]
|
|
},
|
|
"file": {
|
|
"/etc/config/partexp": ["write"]
|
|
}
|
|
}
|
|
}
|
|
} |