Files
luci/applications/luci-app-csshnpd/root/usr/share/rpcd/acl.d/luci-app-csshnpd.json
Chris Swan 834b5d06e3 luci-app-csshnpd: Add new package
Adding LuCI web interface for csshnpd package

Signed-off-by: Chris Swan <chris@atsign.com>
2025-07-08 00:17:44 +02:00

16 lines
263 B
JSON

{
"luci-app-csshnpd": {
"description": "Grant UCI access for luci-app-csshnpd",
"read": {
"uci": [ "sshnpd" ],
"file": {
"/usr/bin/at_enroll.sh": ["exec"],
"/root/.atsign/keys/*": ["stat"]
}
},
"write": {
"uci": [ "sshnpd" ]
}
}
}