Files
openwrt_packages/luci-app-ramfree/root/usr/share/rpcd/acl.d/luci-app-ramfree.json
2025-11-02 14:26:26 +08:00

12 lines
193 B
JSON

{
"luci-app-ramfree": {
"description": "Grant UCI access for luci-app-ramfree",
"read": {
"file": {
"/bin/sync": [ "exec" ],
"/sbin/sysctl": [ "exec" ]
}
}
}
}