From fb0893fa7ad7961f67b30ed8a9ccda78ecf3d5b6 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 22 Nov 2023 20:14:59 +0800 Subject: [PATCH] sudo: allow ufw --- 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 -- 2.45.1