diff options
| author | sbrissen <sbrissen@hotmail.com> | 2014-12-05 14:23:09 -0500 |
|---|---|---|
| committer | sbrissen <sbrissen@hotmail.com> | 2015-01-16 08:28:01 -0500 |
| commit | 7cfabc06fd5b18931b51a92d8ee1a586c81328fc (patch) | |
| tree | 390cd7ed61c189505a3eaa07991df0a87afbb775 /selinux/secril.te | |
| parent | dbddb2275770dcf4e7a27c12607881694fbcc507 (diff) | |
| download | device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.gz device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.tar.bz2 device_samsung_t0lte-7cfabc06fd5b18931b51a92d8ee1a586c81328fc.zip | |
t0lte: initial L bring up
-selinux policies still need work
-switch fstab to by-name
Change-Id: I397931d0aa2ea7887774007acf40c9f03e66fb14
Diffstat (limited to 'selinux/secril.te')
| -rw-r--r-- | selinux/secril.te | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/selinux/secril.te b/selinux/secril.te index 7761d80..f6fa610 100644 --- a/selinux/secril.te +++ b/selinux/secril.te @@ -22,4 +22,14 @@ allow secril-daemon shell_exec:file rx_file_perms; allow secril-daemon app_data_file:file rw_file_perms; allow secril-daemon app_data_file:dir search; allow secril-daemon zygote_exec:file rx_file_perms; -allow secril-daemon ashmem_device:chr_file x_file_perms;
\ No newline at end of file +allow secril-daemon ashmem_device:chr_file x_file_perms; + +allow secril-daemon secril-daemon:process { execmem }; +allow secril-daemon unlabeled:dir { search }; +allow secril-daemon radio_prop:property_service { set }; +allow secril-daemon sysfs_wake_lock:file { read write open }; +allow secril-daemon unlabeled:file { read open getattr setattr }; +#allow secril-daemon system_file:file { entrypoint }; +allow secril-daemon radio_data_file:dir { search write add_name read open remove_name }; +allow secril-daemon efs_file:dir { search }; + |
