From a174e684957327327e36b22581e855496d71da625cf7424d895032f18fda90b8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 18 Feb 2013 08:30:23 +0000 Subject: [PATCH] Accepting request 155692 from home:msmeissn:branches:GNOME:Factory - additions to the AA profile (bnc#803281) - allow /proc/*/cgroup r (unkown why) - allow reading all /sys/class/video4linux/** r (video4linux devices) - allow user local ICC files @{HOME}/.local/share/icc/*.icc r @{HOME}/.local/share/color/*.icc r OBS-URL: https://build.opensuse.org/request/show/155692 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=57 --- colord.changes | 10 ++++++++++ usr.lib.colord | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/colord.changes b/colord.changes index 1cb3eec..37e3470 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 18 08:16:46 UTC 2013 - meissner@suse.com + +- additions to the AA profile (bnc#803281) + - allow /proc/*/cgroup r (unkown why) + - allow reading all /sys/class/video4linux/** r (video4linux devices) + - allow user local ICC files + @{HOME}/.local/share/icc/*.icc r + @{HOME}/.local/share/color/*.icc r + ------------------------------------------------------------------- Fri Jan 11 11:00:10 UTC 2013 - meissner@suse.com diff --git a/usr.lib.colord b/usr.lib.colord index dc9d3ea..84bfd1b 100644 --- a/usr.lib.colord +++ b/usr.lib.colord @@ -14,10 +14,12 @@ /etc/fstab r, /etc/udev/udev.conf r, /proc/*/mounts r, + /proc/*/cgroup r, /run/udev/data/* r, /sys/bus/ r, /sys/bus/usb/devices/ r, /sys/class/ r, + /sys/class/video4linux/** r, /sys/devices/** r, /usr/lib/colord mr, /usr/share/color/**/ r, @@ -34,4 +36,7 @@ /var/lib/colord/mapping.db-journal rw, /var/lib/colord/storage.db rwk, /var/lib/colord/storage.db-journal rw, + + @{HOME}/.local/share/icc/*.icc r, + @{HOME}/.local/share/color/*.icc r, }