forked from Lainports/freebsd-ports
- 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
10 lines
415 B
Python
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")
|
|
|