[debian-edu-commits] debian-edu/ 07/31: Added nobody to @validusers, so daemons running under this login are not killed
Alexander Alemayhu
ccscanf-guest at moszumanska.debian.org
Tue Jun 10 23:27:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
ccscanf-guest pushed a commit to branch master
in repository killer.
commit 1486906e71ebb394cfa41a4f968098695edd2ed3
Author: José L. Redrejo Rodríguez <jredrejo at edu.juntaextremadura.net>
Date: Tue Feb 26 11:31:45 2008 +0000
Added nobody to @validusers, so daemons running under this login are not killed
---
debian/changelog | 2 ++
debian/patches/update-valid-users.dpatch | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7187f66..d5acde2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ killer (0.90-3) UNRELEASED; urgency=low
* debian/patches/x-console.dpatch modified to avoid killing the user
logged via gdm/kdm
* Add Vcs-Svn and Vcs-Browse headers to the control file.
+ * debian/patches/update-valid-users.dpatch to avoid killing daemons
+ running under the nobody login.
-- Petter Reinholdtsen <pere at debian.org> Wed, 20 Feb 2008 09:42:03 +0100
diff --git a/debian/patches/update-valid-users.dpatch b/debian/patches/update-valid-users.dpatch
new file mode 100644
index 0000000..d556dc9
--- /dev/null
+++ b/debian/patches/update-valid-users.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+Added nobody as a valid user whose processes won't be killed.
+There are several daemons that run under that login
+ - José L. Redrejo Rodríguez 2008-02-26
+
+ at DPATCH@
+
+--- killer-0.90~/killer 2008-02-26 10:44:58.000000000 +0100
++++ killer-0.90/killer 2008-02-26 12:24:11.000000000 +0100
+@@ -1083,7 +1083,7 @@
+
+ =cut
+
+-my @validusers = ( 'condor', 'root', 'daemon' );
++my @validusers = ( 'condor', 'root', 'daemon', 'nobody' );
+
+ =item $maxidletime
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/killer.git
More information about the debian-edu-commits
mailing list