mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
make deb-apparmor
This commit is contained in:
parent
5dda80c434
commit
8a898ef19a
4 changed files with 6 additions and 3 deletions
|
|
@ -169,7 +169,7 @@ uninstall:
|
|||
rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
|
||||
rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
|
||||
|
||||
DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES"
|
||||
DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
|
||||
DISTFILES_TEST = "test/apps test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
|
||||
|
||||
dist:
|
||||
|
|
|
|||
3
README
3
README
|
|
@ -35,6 +35,7 @@ Maintainer:
|
|||
Committers
|
||||
- chiraag-nataraj (https://github.com/chiraag-nataraj)
|
||||
- crass (https://github.com/crass)
|
||||
- glitsj16 (https://github.com/glitsj16)
|
||||
- Fred-Barclay (https://github.com/Fred-Barclay)
|
||||
- Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer)
|
||||
- smithsohu (https://github.com/smitsohu)
|
||||
|
|
@ -444,6 +445,8 @@ Paul Moore <pmoore@redhat.com>
|
|||
-src/fsec-print/print.c extracted from libseccomp software package
|
||||
Paupiah Yash (https://github.com/CaffeinatedStud)
|
||||
- gzip profile
|
||||
Pawel (https://github.com/grimskies)
|
||||
- make --join return exit code of the invoked program
|
||||
Peter Millerchip (https://github.com/pmillerchip)
|
||||
- memory allocation fix
|
||||
- --private.keep to --private-home transition
|
||||
|
|
|
|||
2
RELNOTES
2
RELNOTES
|
|
@ -11,5 +11,5 @@ firejail (0.9.56-LTS~rc1) baseline; urgency=low
|
|||
--disable-globalcfg, --disable-network, --disable-userns,
|
||||
--disable-whitelist, --disable-suid, --enable-fatal-warnings,
|
||||
--enable-busybox-workaround
|
||||
-- netblue30 <netblue30@yahoo.com> Wed, 3 Oct 2018 08:00:00 -0500
|
||||
-- netblue30 <netblue30@yahoo.com> Sun, 21 Oct 2018 08:00:00 -0500
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,6 @@ find $INSTALL_DIR -type d | xargs chmod 755
|
|||
cd $CODE_DIR
|
||||
fakeroot dpkg-deb --build debian
|
||||
lintian debian.deb
|
||||
mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH)-apparmor.deb
|
||||
mv debian.deb ../firejail-apparmor_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
|
||||
cd ..
|
||||
rm -fr $CODE_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue