Displaying 8 results from an estimated 8 matches for "jail_".
Did you mean:
jails
2003 Aug 15
0
[PATCH] jail NG schript patch for mounting devfs and procfsautomatically
...t;
> Mail in submit queue:
> tee: /dev/stderr: Operation not supported
>
> in the periodic daily, weekly, monthly and security reports. But if I mount
> the fdescfs on the jail, then these errors go away.
>
> So we need to add the following to the new jail script
>
> jail_start()
> {
> :
> eval jail_devfs=\"\$jail_${_jail}_devfs\"
> [ -z ${jail_devfs} ] && jail_devfs="NO":
>
> eval jail_fdescfs=\"\$jail_${_jail}_fdescfs\"
> [ -z ${jail_fdescfs} ] && jail_fdescf...
2007 Jan 11
2
FreeBSD Security Advisory FreeBSD-SA-07:01.jail
...trator must check
that an attacker has not replaced any directories with symlinks
after setting the "sunlnk" flag.
V. Solution
NOTE WELL: The solution described changes the default location of the
"console.log" for jails from /var/log/console.log inside each jail to
/var/log/jail_${jail_name}_console.log on host system. If this is a
problem, it may be possible to create a hard link from the new position
of the console log file to a location inside the jail. A new rc.conf(5)
variable, jail_${jail_name}_consolelog, can be used to change the
location of console.log files on a...
2008 Mar 28
3
Mounting devfs over to ZFS from fstab fails
Hello,
I have some jails running on ZFS, so I have to mount devfs's into them.
For this purpose, I have some similar lines in /etc/fstab:
devfs /pool/jail/ldap/dev devfs rw 0 0
Where /pool is a ZFS filesystem.
This has worked until today -when I upgraded from a previous 7-STABLE
(FreeBSD 7.0-STABLE #16: Fri Mar 7 14:30:08 CET 2008) to today's
STABLE- but not
2007 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-07:01.jail
...trator must check
that an attacker has not replaced any directories with symlinks
after setting the "sunlnk" flag.
V. Solution
NOTE WELL: The solution described changes the default location of the
"console.log" for jails from /var/log/console.log inside each jail to
/var/log/jail_${jail_name}_console.log on host system. If this is a
problem, it may be possible to create a hard link from the new position
of the console log file to a location inside the jail. A new rc.conf(5)
variable, jail_${jail_name}_consolelog, can be used to change the
location of console.log files on a...
2007 Aug 01
0
FreeBSD Security Advisory FreeBSD-SA-07:01.jail [REVISED]
...trator must check
that an attacker has not replaced any directories with symlinks
after setting the "sunlnk" flag.
V. Solution
NOTE WELL: The solution described changes the default location of the
"console.log" for jails from /var/log/console.log inside each jail to
/var/log/jail_${jail_name}_console.log on host system. If this is a
problem, it may be possible to create a hard link from the new position
of the console log file to a location inside the jail. A new rc.conf(5)
variable, jail_${jail_name}_consolelog, can be used to change the
location of console.log files on a...
2007 Aug 01
0
FreeBSD Security Advisory FreeBSD-SA-07:01.jail [REVISED]
...trator must check
that an attacker has not replaced any directories with symlinks
after setting the "sunlnk" flag.
V. Solution
NOTE WELL: The solution described changes the default location of the
"console.log" for jails from /var/log/console.log inside each jail to
/var/log/jail_${jail_name}_console.log on host system. If this is a
problem, it may be possible to create a hard link from the new position
of the console log file to a location inside the jail. A new rc.conf(5)
variable, jail_${jail_name}_consolelog, can be used to change the
location of console.log files on a...
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
2006 Dec 19
3
/etc/rc.d/jail: losing IPs if jail_x_interface set and syntax error in jails /etc/rc?
Hi *,
I recently triggered an error when setting up a jail-host: I configured
the jail(s) like evry jail I set up in the past:
On the jail-hosts /etc/rc.conf:
# ---- Jail-Globals ----
jail_enable="YES" # Set to NO to disable 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_unixip...