From 80eb9a7efa4b3704e7269b2c19fb472435dc51e5 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sat, 25 Nov 2023 02:18:12 +0800 Subject: [PATCH] sudo allow ip (#43) Reviewed-on: https://git.nasp.ob.ac.cn/NASP/registry/pulls/43 Co-authored-by: Dict Xiong Co-committed-by: Dict Xiong --- scripts/nasp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nasp b/scripts/nasp index 6b43043..e61705c 100644 --- a/scripts/nasp +++ b/scripts/nasp @@ -4,3 +4,4 @@ %nasp ALL = (root) NOPASSWD: /usr/bin/nvidia-smi %nasp ALL = (root) NOPASSWD: /usr/sbin/shutdown %nasp ALL = (root) NOPASSWD: /usr/sbin/ufw +%nasp ALL = (root) NOPASSWD: /usr/sbin/ip