From baf7b647497a534ff65b3cd4694c0338d5599397 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 22 Nov 2023 20:15:30 +0800 Subject: [PATCH] sudo: allow ufw (#39) Reviewed-on: https://git.nasp.ob.ac.cn/NASP/registry/pulls/39 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 0ef8cd0..6b43043 100644 --- a/scripts/nasp +++ b/scripts/nasp @@ -3,3 +3,4 @@ %nasp ALL = (root) NOPASSWD: /usr/bin/whoami %nasp ALL = (root) NOPASSWD: /usr/bin/nvidia-smi %nasp ALL = (root) NOPASSWD: /usr/sbin/shutdown +%nasp ALL = (root) NOPASSWD: /usr/sbin/ufw