Skip to content

Commit

Permalink
board/aarch64: update r2s factory-config
Browse files Browse the repository at this point in the history
 - add default-deny-all rule from 2341e07
 - enable iburst for the ntp client (quicker initial sync)
 - bump meta version (to skip .cfg migration at boot)

Fix #750 [skip ci]

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 23, 2024
1 parent 822cb93 commit a7e7b75
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 a7e7b75

Please sign in to comment.