Accepting request 205288 from GNOME:Factory

- Another update for the apparmor profile (bnc#846301#c9).

Please forward to 13.1 and Factory. (forwarded request 205221 from cboltz)

OBS-URL: https://build.opensuse.org/request/show/205288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2013-10-31 14:38:49 +00:00 committed by Git OBS Bridge
commit 19b0487f22
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 23 21:49:30 UTC 2013 - opensuse@cboltz.de
- Another update for the apparmor profile (bnc#846301#c9).
-------------------------------------------------------------------
Thu Oct 17 12:08:56 UTC 2013 - opensuse@cboltz.de

View File

@ -1,7 +1,7 @@
# Last Modified: Thu Oct 17 14:07:52 2013
#include <tunables/global>
/usr/lib/colord {
/usr/lib/colord (attach_disconnected) {
#include <abstractions/base>
#include <abstractions/nameservice>
@ -15,6 +15,8 @@
/etc/udev/udev.conf r,
/proc/*/mounts r,
/proc/*/cgroup r,
/proc/*/cmdline r, # not only @{pid}, bnc#846301
/run/systemd/sessions/[0-9]* r,
/run/udev/data/* r,
/sys/bus/ r,
/sys/bus/usb/devices/ r,
@ -42,4 +44,5 @@
@{HOME}/.local/share/icc/*.icc r,
@{HOME}/.local/share/color/icc/*.icc r,
/var/lib/gdm/.local/share/icc/*.icc r,
}