[apparmor] [patch] abstractions/aspell: allow access to /usr/share/aspell

Felix Geyer debfx at ubuntu.com
Sun Feb 22 10:38:55 UTC 2015


At least Debian/Ubuntu started shipping some aspell files in /usr/share/aspell/.
For example:
/usr/share/aspell/iso-8859-1.cmap
/usr/share/aspell/iso-8859-1.cset

The abstraction should allow read access to these files:

=== modified file 'profiles/apparmor.d/abstractions/aspell'
--- profiles/apparmor.d/abstractions/aspell	2012-01-18 18:15:57 +0000
+++ profiles/apparmor.d/abstractions/aspell	2015-02-22 10:36:46 +0000
@@ -8,4 +8,6 @@
   /usr/lib/aspell/ r,
   /usr/lib/aspell/* r,
   /usr/lib/aspell/*.so m,
+  /usr/share/aspell/ r,
+  /usr/share/aspell/* r,
   /var/lib/aspell/* r,




More information about the AppArmor mailing list