From 98b29f37f0ec3041b554611de116a97afede248b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 10 Feb 1994 18:47:04 +0000 Subject: [PATCH] Initial revision --- sudoers | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sudoers diff --git a/sudoers b/sudoers new file mode 100644 index 000000000..c1ade7b5b --- /dev/null +++ b/sudoers @@ -0,0 +1,13 @@ +# sudoers file. +# +# This file MUST be edited with the 'visudo' command as root. +# +# See the man page for the details on how to write a sudoers file. +# + +# Host alias specification + +# Cmnd alias specification + +# User specification +root ALL=ALL -- 2.50.1