disabled overlayfs, fixes pending; added video channels to README* files

This commit is contained in:
netblue30 2021-02-06 09:05:57 -05:00
parent f5a9ca5365
commit fb9f2a5fb3
5 changed files with 34 additions and 23 deletions

2
README
View file

@ -12,6 +12,8 @@ Linux namespace support. It supports sandboxing specific users upon login.
Download: https://sourceforge.net/projects/firejail/files/
Build and install: ./configure && make && sudo make install
Documentation and support: https://firejail.wordpress.com/
Video Channel: https://www.youtube.com/channel/UCi5u-syndQYyOeV4NZ04hNA
Backup Video Channel: https://www.bitchute.com/profile/JSBsA1aoQVfW/
Development: https://github.com/netblue30/firejail
License: GPL v2

View file

@ -24,19 +24,19 @@ implemented directly in Linux kernel and available on any Linux computer.
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=7RMz7tePA98
" target="_blank"><img src="http://img.youtube.com/vi/7RMz7tePA98/0.jpg"
alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Firejail Intro</a>
alt="Firejail Introduction" width="240" height="180" border="10" /><br/>Firejail Intro</a>
</td>
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=J1ZsXrpAgBU
" target="_blank"><img src="http://img.youtube.com/vi/J1ZsXrpAgBU/0.jpg"
alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Firejail Demo</a>
alt="Firejail Demo" width="240" height="180" border="10" /><br/>Firejail Demo</a>
</td>
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EyEz65RYfw4
" target="_blank"><img src="http://img.youtube.com/vi/EyEz65RYfw4/0.jpg"
alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Debian Install</a>
alt="Debian Install" width="240" height="180" border="10" /><br/>Debian Install</a>
</td>
@ -44,13 +44,19 @@ alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Debian In
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=Uy2ZTHc4s0w
" target="_blank"><img src="http://img.youtube.com/vi/Uy2ZTHc4s0w/0.jpg"
alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Arch Linux Install</a>
alt="Arch Linux Install" width="240" height="180" border="10" /><br/>Arch Linux Install</a>
</td>
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=xuMxRx0zSfQ
" target="_blank"><img src="http://img.youtube.com/vi/xuMxRx0zSfQ/0.jpg"
alt="Firejail Intro video" width="240" height="180" border="10" /><br/>Disable Network Access</a>
alt="Disable Network Access" width="240" height="180" border="10" /><br/>Disable Network Access</a>
</td>
<td>
<a href="http://www.youtube.com/watch?feature=player_embedded&v=N-Mso2bSr3o
" target="_blank"><img src="http://img.youtube.com/vi/N-Mso2bSr3o/0.jpg"
alt="Firejail Security Deep Dive" width="240" height="180" border="10" /><br/>Firejail Security Deep Dive</a>
</td>
</tr></table>
@ -69,6 +75,9 @@ Wiki: https://github.com/netblue30/firejail/wiki
GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/
Video Channel: https://www.youtube.com/channel/UCi5u-syndQYyOeV4NZ04hNA
Backup Video Channel: https://www.bitchute.com/profile/JSBsA1aoQVfW/
## Security vulnerabilities

View file

@ -1,5 +1,6 @@
firejail (0.9.65) baseline; urgency=low
* new profiles: vmware-view
-- netblue30 <netblue30@yahoo.com> Sat, 6 Feb 2021 09:00:00 -0500
firejail (0.9.64.2) baseline; urgency=low

20
configure vendored
View file

@ -711,7 +711,6 @@ enable_option_checking
enable_analyzer
enable_apparmor
enable_dbusproxy
enable_overlayfs
enable_usertmpfs
enable_man
enable_firetunnel
@ -1367,7 +1366,6 @@ Optional Features:
--enable-analyzer enable GCC 10 static analyzer
--enable-apparmor enable apparmor
--disable-dbusproxy disable dbus proxy
--disable-overlayfs disable overlayfs
--disable-usertmpfs disable tmpfs as regular user
--disable-man disable man pages
--disable-firetunnel disable firetunnel
@ -3530,18 +3528,16 @@ if test "x$enable_dbusproxy" != "xno"; then :
fi
# overlayfs features temporarely disabled pending fixes
HAVE_OVERLAYFS=""
# Check whether --enable-overlayfs was given.
if test "${enable_overlayfs+set}" = set; then :
enableval=$enable_overlayfs;
fi
if test "x$enable_overlayfs" != "xno"; then :
HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
fi
#
#AC_ARG_ENABLE([overlayfs],
# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
#AS_IF([test "x$enable_overlayfs" != "xno"], [
# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
# AC_SUBST(HAVE_OVERLAYFS)
#])
HAVE_USERTMPS=""
# Check whether --enable-usertmpfs was given.

View file

@ -66,13 +66,16 @@ AS_IF([test "x$enable_dbusproxy" != "xno"], [
AC_SUBST(HAVE_DBUSPROXY)
])
# overlayfs features temporarely disabled pending fixes
HAVE_OVERLAYFS=""
AC_ARG_ENABLE([overlayfs],
AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
AS_IF([test "x$enable_overlayfs" != "xno"], [
HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
AC_SUBST(HAVE_OVERLAYFS)
])
AC_SUBST(HAVE_OVERLAYFS)
#
#AC_ARG_ENABLE([overlayfs],
# AS_HELP_STRING([--disable-overlayfs], [disable overlayfs]))
#AS_IF([test "x$enable_overlayfs" != "xno"], [
# HAVE_OVERLAYFS="-DHAVE_OVERLAYFS"
# AC_SUBST(HAVE_OVERLAYFS)
#])
HAVE_USERTMPS=""
AC_ARG_ENABLE([usertmpfs],