Accepting request 155769 from GNOME:Factory
More AA fixes OBS-URL: https://build.opensuse.org/request/show/155769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=31
This commit is contained in:
commit
e3ef69329c
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 15:10:01 UTC 2013 - abergmann@novell.com
|
||||
|
||||
- Adjusted last editions to AppAmor profile (bnc#803281):
|
||||
+ Replaced
|
||||
- @{HOME}/.local/share/color/*.icc r
|
||||
with
|
||||
- @{HOME}/.local/share/color/icc/*.icc r
|
||||
+ Added
|
||||
- allow reading all /sys/class/video4linux/ r
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -14,10 +14,13 @@
|
||||
/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/class/video4linux/ r,
|
||||
/sys/devices/** r,
|
||||
/usr/lib/colord mr,
|
||||
/usr/share/color/**/ r,
|
||||
@ -34,4 +37,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/*.icc r,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user