2007-08-27 23:49:51 +00:00
|
|
|
# vim:syntax=apparmor
|
2009-11-04 14:25:42 -06:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2009 Canonical Ltd.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
2007-08-27 23:49:51 +00:00
|
|
|
|
|
|
|
# system configuration
|
2018-07-27 06:33:42 +00:00
|
|
|
@{system_share_dirs}/applications/{**,} r,
|
|
|
|
@{system_share_dirs}/icons/{**,} r,
|
|
|
|
@{system_share_dirs}/pixmaps/{**,} r,
|
2007-08-27 23:49:51 +00:00
|
|
|
|
|
|
|
# this should probably go elsewhere
|
2018-07-27 06:33:42 +00:00
|
|
|
@{system_share_dirs}/mime/** r,
|
2007-08-27 23:49:51 +00:00
|
|
|
|
|
|
|
# per-user configurations
|
2010-12-23 18:39:28 -06:00
|
|
|
owner @{HOME}/.icons/ r,
|
|
|
|
owner @{HOME}/.recently-used.xbel* rw,
|
|
|
|
owner @{HOME}/.local/share/recently-used.xbel* rw,
|
|
|
|
owner @{HOME}/.config/user-dirs.dirs r,
|
2014-10-08 14:32:11 -05:00
|
|
|
owner @{HOME}/.config/mimeapps.list r,
|
2018-07-27 06:33:42 +00:00
|
|
|
owner @{user_share_dirs}/applications/{**,} r,
|
|
|
|
owner @{user_share_dirs}/icons/{**,} r,
|
|
|
|
owner @{user_share_dirs}/mime/{**,} r,
|