From 9fc2328aa4a7ae075e447982d1ba36b4a625176c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 27 Nov 1993 23:59:52 +0000 Subject: [PATCH] Initial revision --- sample.sudoers | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sample.sudoers diff --git a/sample.sudoers b/sample.sudoers new file mode 100644 index 000000000..c1ade7b5b --- /dev/null +++ b/sample.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