[PC-BSD Commits] r5175 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 1 10:20:09 PST 2009
Author: jnixon
Date: 2009-12-01 10:20:08 -0800 (Tue, 01 Dec 2009)
New Revision: 5175
Modified:
pcbsd/trunk/system-overlay/etc/sysctl.conf
Log:
Modified: pcbsd/trunk/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/sysctl.conf 2009-12-01 17:48:59 UTC (rev 5174)
+++ pcbsd/trunk/system-overlay/etc/sysctl.conf 2009-12-01 18:20:08 UTC (rev 5175)
@@ -27,3 +27,12 @@
# Allow pinging in jails
security.jail.allow_raw_sockets=1
+
+# Required for postgres
+security.jail.sysvipc_allowed=1
+
+# Required for smb
+security.jail.mount_allowed=1
+
+# Solves permission problems for some ports
+security.jail.chflags_allowed=1
\ No newline at end of file
More information about the Commits
mailing list