mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
45 lines
714 B
JSON
45 lines
714 B
JSON
{
|
|
"luci-theme-footstrap": {
|
|
"description": "Footstrap theme settings saved to the router, the login background and pattern uploads, and the Footstrap settings page",
|
|
"read": {
|
|
"uci": [
|
|
"footstrap"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"uci": [
|
|
"set",
|
|
"commit"
|
|
],
|
|
"file": [
|
|
"remove",
|
|
"exec"
|
|
]
|
|
},
|
|
"uci": [
|
|
"footstrap"
|
|
],
|
|
"cgi-io": [
|
|
"upload"
|
|
],
|
|
"file": {
|
|
"/etc/footstrap/login-bg": [
|
|
"write",
|
|
"remove"
|
|
],
|
|
"/bin/chmod 644 /etc/footstrap/login-bg": [
|
|
"exec"
|
|
],
|
|
"/etc/footstrap/pattern.svg": [
|
|
"write",
|
|
"remove"
|
|
],
|
|
"/bin/chmod 644 /etc/footstrap/pattern.svg": [
|
|
"exec"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|