Skip to content

Commit

Permalink
Merge pull request #756 from kernelkit/r2s-factory
Browse files Browse the repository at this point in the history
Update r2s factory-config
  • Loading branch information
troglobit authored Oct 23, 2024
2 parents 767a1f1 + a7e7b75 commit 9f33658
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions board/aarch64/r2s/rootfs/etc/factory-config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
}
},
"ietf-netconf-acm:nacm": {
"enable-nacm": true,
"groups": {
"group": [
{
Expand All @@ -83,6 +84,21 @@
"comment": "Allow 'admin' group complete access to all operations and data."
}
]
},
{
"name": "default-deny-all",
"group": [
"*"
],
"rule": [
{
"name": "deny-password-read",
"module-name": "ietf-system",
"path": "/ietf-system:system/authentication/user/password",
"access-operations": "*",
"action": "deny"
}
]
}
]
},
Expand Down Expand Up @@ -123,7 +139,8 @@
"name": "ntp.org",
"udp": {
"address": "pool.ntp.org"
}
},
"iburst": true
}
]
},
Expand Down Expand Up @@ -169,7 +186,7 @@
]
},
"infix-meta:meta": {
"infix-meta:version": "1.0"
"infix-meta:version": "1.2"
},
"infix-services:mdns": {
"enabled": true
Expand Down

0 comments on commit 9f33658

Please sign in to comment.