diff --git a/sepolicy/vendor/platform_app.te b/sepolicy/vendor/platform_app.te new file mode 100644 index 0000000..147993c --- /dev/null +++ b/sepolicy/vendor/platform_app.te @@ -0,0 +1 @@ +allow platform_app zygote:unix_stream_socket getopt; \ No newline at end of file diff --git a/sepolicy/vendor/priv_app.te b/sepolicy/vendor/priv_app.te new file mode 100644 index 0000000..c091ed4 --- /dev/null +++ b/sepolicy/vendor/priv_app.te @@ -0,0 +1 @@ +allow priv_app zygote:unix_stream_socket getopt; \ No newline at end of file diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index c8ca201..2467230 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -1,2 +1,4 @@ # Allow KProfiles to be adjusted by a system app -allow system_app sysfs_kprofiles:file rw_file_perms; \ No newline at end of file +allow system_app sysfs_kprofiles:file rw_file_perms; + +allow system_app zygote:unix_stream_socket getopt;