aboutsummaryrefslogtreecommitdiff
path: root/include/device_perms.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device_perms.h')
-rw-r--r--include/device_perms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/device_perms.h b/include/device_perms.h
index 05c914f..84bb980 100644
--- a/include/device_perms.h
+++ b/include/device_perms.h
@@ -18,7 +18,8 @@
#define DEVICE_PERMS_H
#define PROPERTY_PERMS_APPEND \
- { "camera.", AID_MEDIA, 0 },
+ { "camera.", AID_MEDIA, 0 }, \
+ { "hw.camera.", AID_CAMERA, 0 },
#define CONTROL_PERMS_APPEND \
{ "media.cacao", AID_MEDIA, AID_MEDIA },