aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-21 08:09:10 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-21 08:09:10 -0400
commit8a898ef19a40d34098218a165558e71817b0f006 (patch)
treedf0c8cb37dd03981d3f3623eadcbbb2839c75e94
parentapparmor test (diff)
downloadfirejail-8a898ef19a40d34098218a165558e71817b0f006.tar.gz
firejail-8a898ef19a40d34098218a165558e71817b0f006.tar.zst
firejail-8a898ef19a40d34098218a165558e71817b0f006.zip
make deb-apparmor0.9.56-LTS-release
-rw-r--r--Makefile.in2
-rw-r--r--README3
-rw-r--r--RELNOTES2
-rwxr-xr-xmkdeb-apparmor.sh2
4 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index a24f10d67..9dafb5656 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@ uninstall:
169 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon 169 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
170 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 170 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
171 171
172DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" 172DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
173DISTFILES_TEST = "test/apps test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils" 173DISTFILES_TEST = "test/apps test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
174 174
175dist: 175dist:
diff --git a/README b/README
index c122a006b..b2f19b070 100644
--- a/README
+++ b/README
@@ -35,6 +35,7 @@ Maintainer:
35Committers 35Committers
36- chiraag-nataraj (https://github.com/chiraag-nataraj) 36- chiraag-nataraj (https://github.com/chiraag-nataraj)
37- crass (https://github.com/crass) 37- crass (https://github.com/crass)
38- glitsj16 (https://github.com/glitsj16)
38- Fred-Barclay (https://github.com/Fred-Barclay) 39- Fred-Barclay (https://github.com/Fred-Barclay)
39- Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer) 40- Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer)
40- smithsohu (https://github.com/smitsohu) 41- smithsohu (https://github.com/smitsohu)
@@ -444,6 +445,8 @@ Paul Moore <pmoore@redhat.com>
444 -src/fsec-print/print.c extracted from libseccomp software package 445 -src/fsec-print/print.c extracted from libseccomp software package
445Paupiah Yash (https://github.com/CaffeinatedStud) 446Paupiah Yash (https://github.com/CaffeinatedStud)
446 - gzip profile 447 - gzip profile
448Pawel (https://github.com/grimskies)
449 - make --join return exit code of the invoked program
447Peter Millerchip (https://github.com/pmillerchip) 450Peter Millerchip (https://github.com/pmillerchip)
448 - memory allocation fix 451 - memory allocation fix
449 - --private.keep to --private-home transition 452 - --private.keep to --private-home transition
diff --git a/RELNOTES b/RELNOTES
index c521aec70..2dbd9f1d3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,5 +11,5 @@ firejail (0.9.56-LTS~rc1) baseline; urgency=low
11 --disable-globalcfg, --disable-network, --disable-userns, 11 --disable-globalcfg, --disable-network, --disable-userns,
12 --disable-whitelist, --disable-suid, --enable-fatal-warnings, 12 --disable-whitelist, --disable-suid, --enable-fatal-warnings,
13 --enable-busybox-workaround 13 --enable-busybox-workaround
14 -- netblue30 <netblue30@yahoo.com> Wed, 3 Oct 2018 08:00:00 -0500 14 -- netblue30 <netblue30@yahoo.com> Sun, 21 Oct 2018 08:00:00 -0500
15 15
diff --git a/mkdeb-apparmor.sh b/mkdeb-apparmor.sh
index 745f263b1..f6c223c46 100755
--- a/mkdeb-apparmor.sh
+++ b/mkdeb-apparmor.sh
@@ -45,6 +45,6 @@ find $INSTALL_DIR -type d | xargs chmod 755
45cd $CODE_DIR 45cd $CODE_DIR
46fakeroot dpkg-deb --build debian 46fakeroot dpkg-deb --build debian
47lintian debian.deb 47lintian debian.deb
48mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH)-apparmor.deb 48mv debian.deb ../firejail-apparmor_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
49cd .. 49cd ..
50rm -fr $CODE_DIR 50rm -fr $CODE_DIR