-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SELinux support for tee-supplicant
Reusing the existing domain for tee defined in system/sepolicy. Signed-off-by: Zoltan Kuscsik <[email protected]>
- Loading branch information
Zoltan Kuscsik
committed
Aug 19, 2016
1 parent
21611df
commit 3971b80
Showing
5 changed files
with
15 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
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
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
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,4 +1,6 @@ | ||
# init.hikey.usb.rc writes to /config/* to set up USB | ||
allow init configfs:dir create_file_perms; | ||
allow init configfs:file write; | ||
allow init configfs:lnk_file create; | ||
allow tee system_data_file:dir write; | ||
allow tee system_data_file:dir add_name; | ||
allow tee system_data_file:dir create; |
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,3 +1,5 @@ | ||
/dev/hci_tty 0666 root root | ||
/dev/ttyAMA1 0660 bluetooth net_bt_stack | ||
/dev/mali 0666 system graphics | ||
/dev/tee0 0660 system drmrpc | ||
/dev/teepriv0 0660 system drmrpc |