diff --git a/board/aarch64/r2s/rootfs/etc/factory-config.cfg b/board/aarch64/r2s/rootfs/etc/factory-config.cfg index ca97d4c1b..766c7c4f1 100644 --- a/board/aarch64/r2s/rootfs/etc/factory-config.cfg +++ b/board/aarch64/r2s/rootfs/etc/factory-config.cfg @@ -58,6 +58,7 @@ } }, "ietf-netconf-acm:nacm": { + "enable-nacm": true, "groups": { "group": [ { @@ -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" + } + ] } ] }, @@ -123,7 +139,8 @@ "name": "ntp.org", "udp": { "address": "pool.ntp.org" - } + }, + "iburst": true } ] }, @@ -169,7 +186,7 @@ ] }, "infix-meta:meta": { - "infix-meta:version": "1.0" + "infix-meta:version": "1.2" }, "infix-services:mdns": { "enabled": true