A bug in Ubuntu 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.

Signed-off-by: Steve Beattie <sbeattie@ubuntu.com>
Acked-by: John Johansen <john.johansen@canonical.com>

Bug: https://launchpad.net/bugs/917859
This commit is contained in:
Steve Beattie 2012-01-18 10:15:57 -08:00
parent 8d1e8c9c2e
commit c817e01774

View file

@ -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,