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
2 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,7 @@
|
||||||
/etc/@{name}/{,**} r,
|
/etc/@{name}/{,**} r,
|
||||||
/etc/fstab r,
|
/etc/fstab r,
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r, # Debian ubication
|
||||||
|
|
||||||
/var/lib/dbus/machine-id r,
|
/var/lib/dbus/machine-id r,
|
||||||
/etc/machine-id r,
|
/etc/machine-id r,
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
@{sys}/devices/@{pci}/video4linux/video@{int}/uevent r,
|
@{sys}/devices/@{pci}/video4linux/video@{int}/uevent r,
|
||||||
|
|
||||||
|
# Access to video /dev devices
|
||||||
|
/dev/video@{int} rw,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue