mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user