summaryrefslogtreecommitdiffstats
path: root/tools/etc/sudoers.d/frr_sudoers
diff options
context:
space:
mode:
Diffstat (limited to 'tools/etc/sudoers.d/frr_sudoers')
-rw-r--r--tools/etc/sudoers.d/frr_sudoers15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/etc/sudoers.d/frr_sudoers b/tools/etc/sudoers.d/frr_sudoers
deleted file mode 100644
index 4a42fb24f..000000000
--- a/tools/etc/sudoers.d/frr_sudoers
+++ /dev/null
@@ -1,15 +0,0 @@
-Defaults env_keep += VTYSH_PAGER
-
-# Allow user in group frr to run vtysh show commands
-# without a password by uncommenting the "%frr" line below.
-
-# Subshell commands need to be disallowed, including
-# preventing the user passing command line args like 'start-shell'
-# Since vtysh allows minimum non-conflicting prefix'es, that means
-# anything beginning with the string "st" in any arg. That's a bit
-# restrictive.
-# Instead, use NOEXEC, to prevent any exec'ed commands.
-
-Cmnd_Alias VTY_SHOW = /usr/bin/vtysh -c show *
-# %frr ALL = (root) NOPASSWD:NOEXEC: VTY_SHOW
-