apparmor/profiles/apparmor.d/abstractions/freedesktop.org

33 lines
1.1 KiB
Org Mode
Raw Normal View History

2007-08-27 23:49:51 +00:00
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
# 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
/usr/share/icons/ r,
2007-08-27 23:49:51 +00:00
/usr/share/icons/** r,
/usr/share/pixmaps/ r,
2007-08-27 23:49:51 +00:00
/usr/share/pixmaps/** r,
/usr/local/share/icons/ r,
/usr/local/share/icons/** r,
/usr/local/share/pixmaps/ r,
/usr/local/share/pixmaps/** r,
2007-08-27 23:49:51 +00:00
# this should probably go elsewhere
/usr/share/mime/** r,
2007-08-27 23:49:51 +00:00
# per-user configurations
@{HOME}/.icons/ r,
@{HOME}/.recently-used.xbel* rw,
@{HOME}/.config/user-dirs.dirs r,
@{HOME}/.local/share/icons/ r,
@{HOME}/.local/share/icons/** r,
@{HOME}/.local/share/mime/ r,
@{HOME}/.local/share/mime/** r,