Displaying 3 results from an estimated 3 matches for "jail_sysvipc_allow".
2012 Nov 14
1
9.1-PRERELEASE jail_sysvipc_allow
I've instaled FreeBSD 9 for hosts some jails and setting
jail_sysvipc_allow="YES" in host rc.conf, why is
security.jail.sysvipc_allowed false in jail?
--
BSDCG: BSDA - Digium: dCAP
Electrical/Eletronic Engineer
http://www.nlink.com.br
+55 81 2121-6666
Cel:81 9727-6666
2004 Apr 20
1
[patch] Raw sockets in jails
...I would appriciate any feed-back from testers
See PR #:
http://www.freebsd.org/cgi/query-pr.cgi?pr=65800
-------------------- SNIP SNIP ------------------------
--- sys/kern/kern_jail.c.bak Mon Apr 19 16:55:40 2004
+++ sys/kern/kern_jail.c Mon Apr 19 17:56:03 2004
@@ -53,6 +53,11 @@
&jail_sysvipc_allowed, 0,
"Processes in jail can use System V IPC primitives");
+int jail_allow_raw_sockets = 0;
+SYSCTL_INT(_security_jail, OID_AUTO, allow_raw_sockets, CTLFLAG_RW,
+ &jail_allow_raw_sockets, 0,
+ "Prison root can create raw sockets");
+
/* allprison, lastprid, an...
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
...e starting of any jails
jail_list="ftp mx1 relay" # Space separated list of names of jails
jail_set_hostname_allow="NO" # Allow root user in a jail to change its hostname
jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail
jail_sysvipc_allow="NO" # allow SystemV IPC use from within a jail
# ---- Jail-Defaults ----
jail_interface="fxp0"
jail_devfs_enable="YES" # mount devfs in the jail
jail_fdescfs_enable="YES" # mount fdescfs in the jail
jail_procfs...