From 959adf45fad678bfd7bf3de15033753c95ade2fb Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Thu, 2 Oct 2008 23:02:11 -0700 Subject: Fix Bug 3609 - "show tech-support" does not display open file information for operator level user - add lsof to sudoers file for use by an operator level user --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/vyatta-cfg-system.postinst.in') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 925edcb5..46a7b5c7 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -60,7 +60,7 @@ Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff Cmnd_Alias PCAPTURE = /usr/bin/tshark, /usr/bin/tcpdump %operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ - PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon + PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon, /usr/bin/lsof EOF cat <>/etc/sudoers %users ALL=NOPASSWD: ${bindir}/sudo-users/ -- cgit v1.2.3 From 764d9b48880b321e166dce8941bedd87733cbf7d Mon Sep 17 00:00:00 2001 From: rbalocca Date: Fri, 3 Oct 2008 16:09:42 -0700 Subject: Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3735 --- debian/vyatta-cfg-system.postinst.in | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/vyatta-cfg-system.postinst.in') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 925edcb5..d2ca0a95 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -91,6 +91,7 @@ sed -i 's/^set /builtin set /' /etc/bash_completion # for password sed -i 's/requisite[ \t][ \t]*pam_securetty.so/required pam_securetty.so/' $rootfsdir/etc/pam.d/login +[ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist # Local Variables: # mode: shell-script -- cgit v1.2.3