aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-24 09:03:11 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-24 09:03:11 -0500
commitabe50f280dccc8444e0209816365dfd853bf3c31 (patch)
treec2f9a68b389a7890dc6acbf691c1087bdba14f33 /configure.ac
parentx11 work (diff)
downloadfirejail-abe50f280dccc8444e0209816365dfd853bf3c31.tar.gz
firejail-abe50f280dccc8444e0209816365dfd853bf3c31.tar.zst
firejail-abe50f280dccc8444e0209816365dfd853bf3c31.zip
./configure --enable-network=restricted
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9b717d333..512159568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,8 @@ AS_IF([test "x$enable_bind" != "xno"], [
36HAVE_NETWORK="" 36HAVE_NETWORK=""
37AC_ARG_ENABLE([network], 37AC_ARG_ENABLE([network],
38 AS_HELP_STRING([--disable-network], [disable network])) 38 AS_HELP_STRING([--disable-network], [disable network]))
39AC_ARG_ENABLE([network],
40 AS_HELP_STRING([--enable-network=restricted], [ restrict --net= to root only]))
39AS_IF([test "x$enable_network" != "xno"], [ 41AS_IF([test "x$enable_network" != "xno"], [
40 HAVE_NETWORK="-DHAVE_NETWORK" 42 HAVE_NETWORK="-DHAVE_NETWORK"
41 AS_IF([test "x$enable_network" = "xrestricted"], [ 43 AS_IF([test "x$enable_network" = "xrestricted"], [