diff options
author | Ashwani Jha <ashwanij@codeaurora.org> | 2019-08-30 15:50:15 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-09-10 09:55:43 -0700 |
commit | 1699eb27a5313016e40466c7b3ec9a7ecf58666f (patch) | |
tree | f55053dc1abdd3a6f59987a9909aa9d9320f8e24 | |
parent | e9e144ebc73594110b9c0df49d15e407e61ee0de (diff) | |
download | android_device_qcom_sepolicy-1699eb27a5313016e40466c7b3ec9a7ecf58666f.tar.gz android_device_qcom_sepolicy-1699eb27a5313016e40466c7b3ec9a7ecf58666f.tar.bz2 android_device_qcom_sepolicy-1699eb27a5313016e40466c7b3ec9a7ecf58666f.zip |
sepolicy: Add sepolicy rules for qvrservice.
Sepolicy rules to give access to qvrservice external sensor
nodes.
Change-Id: If7ab208a626f601d429d6a370e2d2f73804a930d
-rw-r--r-- | qva/vendor/common/init.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qva/vendor/common/init.te b/qva/vendor/common/init.te index 8d7457eb..d811644a 100644 --- a/qva/vendor/common/init.te +++ b/qva/vendor/common/init.te @@ -1,4 +1,4 @@ -# Copyright (c) 2018, The Linux Foundation. All rights reserved. +# Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -30,3 +30,4 @@ allow init sysfs_graphics:file setattr; # allow init to mount spunvm partition allow init spunvm_file:dir mounton; allow init spunvm_file:filesystem { relabelto relabelfrom mount }; +allow init sysfs_qvr_external_sensor:file setattr; |