Initial commit

This commit is contained in:
2026-05-14 19:22:48 +02:00
commit ef0d17680f
21 changed files with 362 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Only what's strictly needed. No broad "allow init ..." rules.
allow virtual_camera_provider video_device:chr_file { read write ioctl open };
allow virtual_camera_provider servicemanager:binder { call transfer };
allow cameraserver virtual_camera_provider:binder { call transfer };