-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sepolicy for intel evs app #336
sepolicy for intel evs app #336
Conversation
Expected syntax:
|
d613e5a
to
6f6ebf0
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
6f6ebf0
to
3cda9ed
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
3cda9ed
to
06061ce
Compare
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove changes from line 34 to 51 and add only needed policies
- Add tests done to commit message and also in commit message add a Note: EVS intel app is customized version of default evs app to support virtio and ....
sepolicy is needed for running intel evs app intel evs app is customized version of default evs app to support camera virtio. Tests Done : Tested EVS app for surround view and different gear conditions Tracked-On: OAM-123219 Signed-off-by: shivasku82 <[email protected]>
06061ce
to
226e2bd
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
@@ -3,3 +3,7 @@ | |||
|
|||
/vendor/bin/hw/android.hardware.broadcastradio@intel-service u:object_r:hal_broadcastradio_default_exec:s0 | |||
/vendor/bin/hw/[email protected] u:object_r:hal_audiocontrol_default_exec:s0 | |||
|
|||
/system/bin/evs_intel_app u:object_r:evs_intel_app_exec:s0 | |||
/system/bin/evs_app_support_lib u:object_r:evs_intel_app_exec:s0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not proper to put Intel's binary to system partition. It will be lost after flashing the GSI image.
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
353320f
into
projectceladon:celadon/u/mr0/master
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_umr0_master-merge/35 |
No description provided.