This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/sepolicy/platform_app.te
Vachounet 005c212c61 sanders: sepolicy update
Change-Id: Ibc045495b988437244304f37d451c9537a53a4f3
2018-04-26 00:58:56 -03:00

10 lines
248 B
Plaintext

typeattribute platform_app mlstrustedsubject;
# binder_call(platform_app, init);
allow platform_app isdbt_device:chr_file rw_file_perms;
allow platform_app rootfs:dir getattr;
allow platform_app init:unix_stream_socket { read write };