apparmor.d/apparmor.d/abstractions/video.d/complete
REmerald c1d531525a
fix(abstractions, tunables): move vim modeline
Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
2024-06-15 22:01:25 +01:00

12 lines
348 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
@{run}/udev/data/c81:@{int} r, # For video4linux
@{sys}/devices/@{pci}/video4linux/video@{int}/uevent r,
# Access to video /dev devices
/dev/video@{int} rw,
# vim:syntax=apparmor