Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_samsung_exynos7870-common
Commits
17998757
Verified
Commit
17998757
authored
Jan 08, 2021
by
steadfasterX
😁
Browse files
universal7870: selinux: fix audio
Signed-off-by:
steadfasterX
<
steadfasterX@gmail.com
>
parent
c3ba8ea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
sepolicy/file_contexts
View file @
17998757
...
...
@@ -56,6 +56,9 @@
# Knox status
/dev/knox_kap u:object_r:knox_device:s0
# audio hal
/dev/i2c-20 u:object_r:audio_device:s0
####################################
# efs files
/efs/FactoryApp(/.*)? u:object_r:app_efs_file:s0
...
...
sepolicy/hal_audio_default.te
0 → 100644
View file @
17998757
allow hal_audio_default property_socket:sock_file write;
allow hal_audio_default init:unix_stream_socket connectto;
allow hal_audio_default audio_device:chr_file { open read write };
allow hal_audio_default audio_prop:property_service set;
#allow hal_audio_default efs_file:dir search;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment