This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
generated from Zackptg5/MMT-Extended
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SELinux issues and bump to version 1.1
Signed-off-by: Ivan Vecera <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=anx_pyxis_fix | ||
name=Pyxis Fix for ANXCamera | ||
version=v1.0 | ||
versionCode=1 | ||
version=v1.1 | ||
versionCode=2 | ||
author=Cera | ||
description=Mi 9 Lite (pyxis) fix for ANXCamera |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#============= hal_camera_default ============== | ||
allow hal_camera_default default_prop file { getattr open read } | ||
allow hal_camera_default hal_configstore_default binder call | ||
allow hal_camera_default hal_configstore_ISurfaceFlingerConfigs hwservice_manager find | ||
allow hal_camera_default hal_graphics_allocator_default binder call | ||
allow hal_camera_default hal_graphics_allocator_hwservice hwservice_manager find | ||
|
||
#============= cameraserver ============== | ||
allow cameraserver init unix_stream_socket connectto | ||
allow cameraserver property_socket sock_file write | ||
allow cameraserver vendor_default_prop property_service set | ||
|
||
#============= priv_app ============== | ||
allow priv_app vendor_audio_prop file { getattr open } | ||
allow priv_app vendor_file file { execute getattr open read } |