On 01/17/2012 04:15 PM, Steve Beattie wrote: > A bug in Ubuntu [1] reported that the aspell abstraction does > not allow write access to the user customizable dictionaries, the > personal dictionary (~/.aspell.$LANG.pws) and the personal replacement > dictionary (~/.aspell.$LANG.prepl). It also adjusts the abstraction > to add the owner modifier to the personal dictionaries. > > [1] https://bugs.launchpad.net/bugs/917859 > --- > profiles/apparmor.d/abstractions/aspell | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/profiles/apparmor.d/abstractions/aspell > =================================================================== > --- a/profiles/apparmor.d/abstractions/aspell > +++ b/profiles/apparmor.d/abstractions/aspell > @@ -2,7 +2,7 @@ > # aspell permissions > > # per-user settings and dictionaries > - @{HOME}/.aspell.*.{pws,prepl} rk, > + owner @{HOME}/.aspell.*.{pws,prepl} rwk, > > # system libraries and dictionaries > /usr/lib/aspell/ r, > > > >
Acked-by: John Johansen <[email protected]> -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
