sepolicy: Settings should be able to change camera properties

userdebug and eng. devices should be able to modify
camera properties from settings application.

Test: Manual using settings application
Bug: 64423712
Change-Id: Icbea7392298a1f8363e158a1843c19b97c3c577b
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te
index 241d649..b87bca5 100644
--- a/sepolicy/system_app.te
+++ b/sepolicy/system_app.te
@@ -8,3 +8,7 @@
 # Needed by Settings app's TelephonyMonitorPreferenceController, available only on a subset of
 # userdebug and eng devices
 userdebug_or_eng(`set_prop(system_app, radio_prop)')
+
+# Needed by Settings app's CameraLaserSensorPreferenceController, available only on a subset of
+# userdebug and eng devices
+userdebug_or_eng(`set_prop(system_app, camera_prop)')