Skip to content

Commit e663e17

Browse files
committed
Feat(NODE-1184): Give ic-replica permission to call guestos_tool with sudo
1 parent f6a498c commit e663e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ic-os/guestos/rootfs/etc/sudoers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ root ALL=(ALL:ALL) NOPASSWD:ALL
2929
# Allow members of group sudo to execute any command
3030
%sudo ALL=(ALL:ALL) NOPASSWD:ALL
3131

32-
ic-replica ALL=(ALL:ALL) NOPASSWD: /opt/ic/bin/manageboot.sh, /opt/ic/bin/provision-ssh-keys.sh, /opt/ic/bin/read-ssh-keys.sh
32+
ic-replica ALL=(ALL:ALL) NOPASSWD: /opt/ic/bin/manageboot.sh, /opt/ic/bin/provision-ssh-keys.sh, /opt/ic/bin/read-ssh-keys.sh, /opt/ic/bin/guestos_tool
3333

3434
# See sudoers(5) for more information on "#include" directives:

0 commit comments

Comments
 (0)