Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:techref:ubus [2024/12/16 21:47] – [FHEM] stokitodocs:techref:ubus [2024/12/16 21:52] (current) – [ACLs] stokito
Line 222: Line 222:
 The default ACL, listed below, __only__ defines the login methods, so you can log in, but you still wouldn't be able to do anything. The default ACL, listed below, __only__ defines the login methods, so you can log in, but you still wouldn't be able to do anything.
  
-<code javascript>+<code yaml>
 { {
         "unauthenticated": {         "unauthenticated": {
Line 242: Line 242:
 Placing this file in ''/usr/share/rpcd/acl.d/superuser.json'' will help you move forward to the next steps. Placing this file in ''/usr/share/rpcd/acl.d/superuser.json'' will help you move forward to the next steps.
  
-<code javascript>+<code yaml>
 { {
         "superuser": {         "superuser": {
Line 271: Line 271:
 Below is an example of an ACL definition that only allows access to some specific ubus modules, rather than unrestricted access to everything. Below is an example of an ACL definition that only allows access to some specific ubus modules, rather than unrestricted access to everything.
  
-<code javascript>+<code yaml>
 { {
         "lesssuperuser": {         "lesssuperuser": {
  • Last modified: 2024/12/16 21:52
  • by stokito