Hi!

Im using file extension to get extra status from my device. But after the 
change above, the calls over uhttpd are rejected with permission denied.

Currently I have this ACL:
# cat /usr/share/rpcd/acl.d/superuser.json
{
        "superuser": {
                "description": "Super user access role",
                "read": {
                        "ubus": {
                                "*": [ "*" ]
                        },
                        "uci": [ "*" ],
                        "file": [ "*" ]
                },
                "write": {
                        "ubus": {
                                "*": [ "*" ]
                        },
                        "uci": [ "*" ],
                        "file": [ "*" ]
                },
                "exec": {
                        "file": [ "*" ]
                }
        }
}

What do I have to do to enable access again, without calling ubus session grant 
like in the commit?
Thank you!

Kind regards,

André

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to