From 9eb85f0322c2c7f1b849ea7f8f4bb6640f3df022 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 3 Jul 2015 22:05:53 +0000 Subject: [PATCH] Remove sudoers --- src/etc/Makefile | 4 +--- src/etc/changelist | 3 +-- src/etc/mtree/special | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 497914cb..11596fa6 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.403 2015/05/18 15:17:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.404 2015/07/03 22:05:53 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -204,8 +204,6 @@ distribution-etc-root-var: distrib-dirs cd mail && exec ${MAKE} distribution ${INSTALL} -c -o root -g wheel -m 600 root/root.mail \ ${DESTDIR}/var/mail/root - ${INSTALL} -c -o root -g wheel -m 440 ../usr.bin/sudo/sudoers \ - ${DESTDIR}/etc/sudoers cd rc.d; \ ${INSTALL} -c -o root -g wheel -m 644 rc.subr \ ${DESTDIR}/etc/rc.d && \ diff --git a/src/etc/changelist b/src/etc/changelist index 4194243f..b1e334f4 100644 --- a/src/etc/changelist +++ b/src/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.103 2014/10/02 09:02:48 mpi Exp $ +# $OpenBSD: changelist,v 1.104 2015/07/03 22:05:53 millert Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -121,7 +121,6 @@ /etc/ssh/ssh_host_rsa_key.pub /etc/ssh/sshd_config /etc/ssl/cert.pem -/etc/sudoers /etc/suid_profile /etc/sysctl.conf /etc/syslog.conf diff --git a/src/etc/mtree/special b/src/etc/mtree/special index df947866..61b5c86f 100644 --- a/src/etc/mtree/special +++ b/src/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.112 2014/12/26 21:17:32 tedu Exp $ +# $OpenBSD: special,v 1.113 2015/07/03 22:05:53 millert Exp $ # # Hand-crafted mtree specification for the dangerous files. # @@ -107,7 +107,6 @@ ssh_host_rsa_key type=file mode=0600 uname=root gname=wheel optional ssh_host_rsa_key.pub type=file mode=0644 uname=root gname=wheel optional sshd_config type=file mode=0644 uname=root gname=wheel .. #ssh -sudoers type=file mode=0440 uname=root gname=wheel systrace type=dir mode=0755 uname=root gname=wheel optional .. #systrace syslog.conf type=file mode=0644 uname=root gname=wheel