v4l2-ctl: a CLI utility for managing webcams (#731)

* v4l2-ctl

* abi 3 to 4
This commit is contained in:
beroal 2025-05-14 23:19:27 +03:00 committed by GitHub
parent 888954744f
commit be0b63724c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,23 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Roman Beslik <me@beroal.in.ua>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/v4l2-ctl
profile v4l2-ctl @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/devices-usb>
@{exec_path} mr,
/dev/media@{int} rw,
/dev/video@{int} rw,
include if exists <local/v4l2-ctl>
}
# vim:syntax=apparmor