Skip to content

Commit

Permalink
adding --enable-apparmor by default for make deb - most Debian-based …
Browse files Browse the repository at this point in the history
…distros have apparmor enabled by default
  • Loading branch information
netblue30 committed Jun 3, 2022
1 parent e8cb03c commit 494b26d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ $ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk

For --selinux option, add libselinux1-dev (libselinux-devel for Fedora).

We build our release firejail.tar.xz and firejail.deb packages using the following command:
$ make distclean && ./configure && make deb


Maintainer:
- netblue30 (netblue30@protonmail.com)

Expand Down
2 changes: 1 addition & 1 deletion mkdeb.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "*****************************************"
tar -xJvf "$CODE_ARCHIVE"
#mkdir -p "$INSTALL_DIR"
cd "$CODE_DIR"
./configure --prefix=/usr "$@"
./configure --prefix=/usr --enable-apparmor "$@"
make -j2
mkdir debian
DESTDIR=debian make install-strip
Expand Down

0 comments on commit 494b26d

Please sign in to comment.