Package: surf
Followup-For: Bug #918926

Hi,

I found that I just had to remove the extra / in the apparmor profile.
Please see the attached patch.

Best,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6                 2.28-5
ii  libgcr-base-3-1       3.28.0-4
ii  libgcr-ui-3-1         3.28.0-4
ii  libglib2.0-0          2.58.2-3
ii  libgtk-3-0            3.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6              2:1.6.7-1

Versions of packages surf recommends:
ii  curl                                7.62.0-1
ii  rxvt-unicode [x-terminal-emulator]  9.22-4+b1
ii  suckless-tools                      44-1
ii  x11-utils                           7.7+4
ii  xterm [x-terminal-emulator]         342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- no debconf information
diff -Nru surf-2.0+git20181009/debian/changelog 
surf-2.0+git20181009/debian/changelog
--- surf-2.0+git20181009/debian/changelog       2019-01-12 12:48:59.000000000 
+0000
+++ surf-2.0+git20181009/debian/changelog       2019-01-16 17:45:33.000000000 
+0000
@@ -1,3 +1,11 @@
+surf (2.0+git20181009-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix path pattern for usrmerged paths in AppArmor profile.
+    (Closes: #918926)
+
+ -- Leo Singer <leo.sin...@ligo.org>  Wed, 16 Jan 2019 17:45:33 +0000
+
 surf (2.0+git20181009-2) unstable; urgency=medium
 
   * Allow usrmerged paths in AppArmor profile. (Closes: #918926)
diff -Nru surf-2.0+git20181009/debian/usr.bin.surf 
surf-2.0+git20181009/debian/usr.bin.surf
--- surf-2.0+git20181009/debian/usr.bin.surf    2019-01-12 12:11:11.000000000 
+0000
+++ surf-2.0+git20181009/debian/usr.bin.surf    2019-01-16 17:45:33.000000000 
+0000
@@ -49,8 +49,8 @@
 
 
   /usr/bin/surf ix,
-  /{usr/,}/bin/dash ix,
-  /{usr/,}/bin/sed ix,
+  /{usr,}/bin/dash ix,
+  /{usr,}/bin/sed ix,
   /usr/bin/dmenu ix,
   /usr/bin/printf ix,
   /usr/bin/xargs ix,

Reply via email to