mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01: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:
parent
8d1e8c9c2e
commit
c817e01774
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue