Skip to content

Commit

Permalink
disabled overlayfs, fixes pending; added video channels to README* files
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 6, 2021
1 parent f5a9ca5 commit fb9f2a5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,39 @@ implemented directly in Linux kernel and available on any Linux computer.
<td>
<a href="http:https://www.youtube.com/watch?feature=player_embedded&v=7RMz7tePA98
" target="_blank"><img src="http:https://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:https://www.youtube.com/watch?feature=player_embedded&v=J1ZsXrpAgBU
" target="_blank"><img src="http:https://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:https://www.youtube.com/watch?feature=player_embedded&v=EyEz65RYfw4
" target="_blank"><img src="http:https://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>


</tr><tr>
<td>
<a href="http:https://www.youtube.com/watch?feature=player_embedded&v=Uy2ZTHc4s0w
" target="_blank"><img src="http:https://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:https://www.youtube.com/watch?feature=player_embedded&v=xuMxRx0zSfQ
" target="_blank"><img src="http:https://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:https://www.youtube.com/watch?feature=player_embedded&v=N-Mso2bSr3o
" target="_blank"><img src="http:https://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>
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions RELNOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
firejail (0.9.65) baseline; urgency=low
* new profiles: vmware-view
-- netblue30 <[email protected]> Sat, 6 Feb 2021 09:00:00 -0500


firejail (0.9.64.2) baseline; urgency=low
Expand Down
20 changes: 8 additions & 12 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ enable_option_checking
enable_analyzer
enable_apparmor
enable_dbusproxy
enable_overlayfs
enable_usertmpfs
enable_man
enable_firetunnel
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
15 changes: 9 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit fb9f2a5

Please sign in to comment.