aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-29 09:37:51 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-29 09:37:51 -0400
commitbdcb2be80f78082650283e13fcb9a90d75e02eba (patch)
tree16c5acb08efa77aa9bc78e55bad4b2fd93254f30 /configure
parentfix Makefile.in (diff)
downloadfirejail-bdcb2be80f78082650283e13fcb9a90d75e02eba.tar.gz
firejail-bdcb2be80f78082650283e13fcb9a90d75e02eba.tar.zst
firejail-bdcb2be80f78082650283e13fcb9a90d75e02eba.zip
using UID_MIN/GID_MIN values from /etc/login.def
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index cd4be9296..050b4df9c 100755
--- a/configure
+++ b/configure
@@ -3673,6 +3673,9 @@ if test "$prefix" = /usr; then
3673 sysconfdir="/etc" 3673 sysconfdir="/etc"
3674fi 3674fi
3675 3675
3676# extract UID_MIN and GID_MIN from login.def
3677./mkuid.sh
3678
3676ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile" 3679ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile"
3677 3680
3678cat >confcache <<\_ACEOF 3681cat >confcache <<\_ACEOF
@@ -4861,6 +4864,9 @@ echo " X11 sandboxing support: $HAVE_X11"
4861echo " whitelisting: $HAVE_WHITELIST" 4864echo " whitelisting: $HAVE_WHITELIST"
4862echo " file transfer support: $HAVE_FILE_TRANSFER" 4865echo " file transfer support: $HAVE_FILE_TRANSFER"
4863echo " fatal warnings: $HAVE_FATAL_WARNINGS" 4866echo " fatal warnings: $HAVE_FATAL_WARNINGS"
4867printf " uid_min: "; grep UID_MIN uids.h
4868printf " gid_min: "; grep GID_MIN uids.h
4864echo 4869echo
4865 4870
4866 4871
4872