mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
Adding LuCI web interface for csshnpd package Signed-off-by: Chris Swan <chris@atsign.com>
16 lines
263 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|