Accepting request 205221 from home:cboltz:branches:GNOME:Factory

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

Please forward to 13.1 and Factory.

OBS-URL: https://build.opensuse.org/request/show/205221
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2013-10-30 18:53:00 +00:00 committed by Git OBS Bridge
parent 7408362ef0
commit d4a8fafcbb
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,
}