freebsd-ports/security/denyhosts/files/patch-scripts__restricted_from_passwd.py
Olli Hauer 80daace904 - add stage support
- use PYDISTUTILS_AUTOPLIST
- rename patch files to reflect `make makepatch' naming
- fix possible DOS
  reported on: http://seclists.org/oss-sec/2013/q4/535

PR:		ports/185141
Submitted by:	ohauer
Approved by:	maintainer timeout
2014-04-05 19:44:15 +00:00

10 lines
415 B
Python

--- ./scripts/restricted_from_passwd.py.orig 2013-12-28 18:51:41.000000000 +0100
+++ ./scripts/restricted_from_passwd.py 2013-12-28 18:51:41.000000000 +0100
@@ -12,6 +12,7 @@
############################################################################
RESTRICTED_SHELLS = ("/sbin/nologin",
+ "/usr/sbin/nologin",
"/sbin/shutdown",
"/sbin/halt")