mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
Better support for video devices (ex: webcam)
Actually, Wirepumbler profile fail to access to /dev/video devices this update fix this problem.
This commit is contained in:
parent
3291fa7f8f
commit
5d1fae1121
@ -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,
|
||||||
|
|
||||||
|
# /dev access devices
|
||||||
|
/dev/video@{int} rw,
|
||||||
|
Loading…
Reference in New Issue
Block a user