mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
Fix for access video devices and opensc in Chromium profile
This commit fix two issues for abstractions/app/chromium 1.- Access to /dev/video (not merged in last commit) 2.- Access to /etc/opensc/opensc.conf in Debian (and derivates)
This commit is contained in:
parent
d0ea5f50a3
commit
0a941e7d87
@ -109,6 +109,7 @@
|
||||
/etc/@{name}/{,**} r,
|
||||
/etc/fstab r,
|
||||
/etc/opensc.conf r,
|
||||
/etc/opensc/opensc.conf r, # Debian ubication
|
||||
|
||||
/var/lib/dbus/machine-id r,
|
||||
/etc/machine-id r,
|
||||
|
@ -3,3 +3,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
@{sys}/devices/@{pci}/video4linux/video@{int}/uevent r,
|
||||
|
||||
# Access to video /dev devices
|
||||
/dev/video@{int} rw,
|
||||
|
Loading…
Reference in New Issue
Block a user