Your message dated Thu, 21 Apr 2016 23:28:21 +0200
with message-id <20160421212821.GA1479@apollo>
and subject line firejail backport
has caused the Debian Bug report #819944,
regarding [patch] Backport firejail to Jessie
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
819944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819944
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: firejail
Version: 0.9.38-1
Severity: wishlist
Tags: patch
Hi. I just tried to backport firejail to Jessie, and had to apply the
following patch as the SYS_* macros were defined to __NR_*, but these
__NR_* macros were undefined in the 3.16.7 kernel header packages.
Do you have any plans to provide firejail in the Debian backports repo?
Index: firejail-0.9.38/src/firejail/seccomp.c
===================================================================
--- firejail-0.9.38.orig/src/firejail/seccomp.c 2016-04-04 06:52:35.000000000
+0200
+++ firejail-0.9.38/src/firejail/seccomp.c 2016-04-04 07:11:24.785468992
+0200
@@ -420,7 +428,7 @@
#ifdef SYS_init_module
filter_add_blacklist(SYS_init_module, 0);
#endif
-#ifdef SYS_finit_module // introduced in 2013
+#ifdef __NR_finit_module // introduced in 2013
filter_add_blacklist(SYS_finit_module, 0);
#endif
#ifdef SYS_delete_module
@@ -478,7 +486,7 @@
#ifdef SYS_fanotify_init
filter_add_blacklist(SYS_fanotify_init, 0);
#endif
-#ifdef SYS_kcmp
+#ifdef __NR_kcmp
filter_add_blacklist(SYS_kcmp, 0);
#endif
--
Happy hacking
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Version: 0.9.38-1~bpo8+1
firejail has been accepted into jessie-backports today.
signature.asc
Description: PGP signature
--- End Message ---