From 2a0f17d94e427037d06051c8ee72c481ac6dad2a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 19 Sep 2018 18:37:28 -0400 Subject: --version 0.9.57 --- README.md | 91 +----------------------------------------------------------- configure | 18 ++++++------ configure.ac | 2 +- 3 files changed, 11 insertions(+), 100 deletions(-) diff --git a/README.md b/README.md index e06404eb5..5bb405db2 100644 --- a/README.md +++ b/README.md @@ -98,93 +98,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe ````` ````` -# Current development version: 0.9.55 - -## New commands: -````` - (wireless support for --net) - --net=ethernet_interface|wireless_interface - Enable a new network namespace and connect it to this ethernet - interface using the standard Linux macvlan|ipvaln driver. - Unless specified with option --ip and --defaultgw, an IP - address and a default gateway will be assigned automatically to - the sandbox. The IP address is verified using ARP before - assignment. The address configured as default gateway is the - default gateway of the host. Up to four --net options can be - specified. Support for ipvlan driver was introduced in Linux - kernel 3.19. - - Example: - $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox - $ firejail --net=wlan0 firefox - - (tunneling support) - --net=tap_interface - Enable a new network namespace and connect it to this ethernet - tap interface using the standard Linux macvlan driver. If the - tap interface is not configured, the sandbox will not try to - configure the interface inside the sandbox. Please use --ip, - --netmask and --defaultgw to specify the configuration. - - Example: - $ firejail --net=tap0 --ip=10.10.20.80 --netmask=255.255.255.0 - --defaultgw=10.10.20.1 firefox - - --netmask=address - Use this option when you want to assign an IP address in a new - namespace and the parent interface specified by --net is not - configured. An IP address and a default gateway address - also have to be added. By default the new namespace interface - comes without IP address and default gateway configured. Exam‐ - ple: - - $ sudo /sbin/brctl addbr br0 - $ sudo /sbin/ifconfig br0 up - $ firejail --ip=10.10.20.67 --netmask=255.255.255.0 - --defaultgw=10.10.20.1 - - --keep-dev-shm - /dev/shm directory is untouched (even with --private-dev) - - Example: - $ firejail --keep-dev-shm --private-dev - - --nou2f - Disable U2F devices. - - Example: - $ firejail --nou2f - - --private-cache - Mount an empty temporary filesystem on top of the .cache - directory in user home. All modifications are discarded - when the sandbox is closed. - - Example: - $ firejail --private-cache - - --tunnel[=devname] - Connect the sandbox to a network overlay/VPN tunnel created by - firetunnel utility. This options tries first the client side of - the tunnel. If this fails, it tries the server side. If multi‐ - ple tunnels are active, please specify the tunnel device using - --tunnel=devname. - - The available tunnel devices are listed in /etc/firetunnel - directory, one file for each device. The files are regular - firejail profile files containing the network configuration, - and are created and managed by firetunnel utility. By default - ftc is the client-side device and fts is the server-side - device. For more information please see man 1 firetunnel. - - Example: - $ firejail --tunnel firefox - -````` - -## New profiles -Microsoft Office Online, riot-desktop, gnome-mpv, snox, gradio, standardnotes-desktop, -shellcheck, patch, flameshot, rview, rvim, vimcat, vimdiff, vimpager, vimtutor, -xxd, Beaker, electrum, clamtk, pybitmessage, dig, whois, jdownloader, -Fluxbox, Blackbox, Awesome, i3, start-tor-browser.desktop - +# Current development version: 0.9.57 diff --git a/configure b/configure index 3043a97fc..1efa588a5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for firejail 0.9.56. +# Generated by GNU Autoconf 2.69 for firejail 0.9.57. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' -PACKAGE_VERSION='0.9.56' -PACKAGE_STRING='firejail 0.9.56' +PACKAGE_VERSION='0.9.57' +PACKAGE_STRING='firejail 0.9.57' PACKAGE_BUGREPORT='netblue30@yahoo.com' PACKAGE_URL='https://firejail.wordpress.com' @@ -1275,7 +1275,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures firejail 0.9.56 to adapt to many kinds of systems. +\`configure' configures firejail 0.9.57 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1337,7 +1337,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of firejail 0.9.56:";; + short | recursive ) echo "Configuration of firejail 0.9.57:";; esac cat <<\_ACEOF @@ -1442,7 +1442,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -firejail configure 0.9.56 +firejail configure 0.9.57 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1744,7 +1744,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by firejail $as_me 0.9.56, which was +It was created by firejail $as_me 0.9.57, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4379,7 +4379,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by firejail $as_me 0.9.56, which was +This file was extended by firejail $as_me 0.9.57, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4433,7 +4433,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -firejail config.status 0.9.56 +firejail config.status 0.9.57 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 41f92d646..f01bf2199 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT(firejail, 0.9.56, netblue30@yahoo.com, , https://firejail.wordpress.com) +AC_INIT(firejail, 0.9.57, netblue30@yahoo.com, , https://firejail.wordpress.com) AC_CONFIG_SRCDIR([src/firejail/main.c]) #AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3-54-g00ecf