# Description: Can access the camera(s)
# Usage: common
# android-based access. Remove once move away from binder (LP: #1197134)
/dev/binder rw,
/dev/ashmem rw,
/android/system/media/audio/ui/camera_click.ogg r,

# converged desktop
#include <abstractions/video>
/dev/                               r, # TODO: maybe allow this?
/dev/video*                         rw,
/sys/devices/**/video4linux/video** r,
/sys/devices/**/modalias            r,
/sys/devices/**/speed               r,

# These disclose the device to the app
deny /sys/devices/virtual/dmi/id/* r,
