Skip to content

Commit

Permalink
Add more selinxu rules, add libqti-perfd-client.so
Browse files Browse the repository at this point in the history
Change-Id: Ifd5682ed2b31d2fb06bd57e8c849b95305cae1bb
  • Loading branch information
Quarx2k committed Mar 23, 2015
1 parent 6b391ee commit 313cc2b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions proprietary-blobs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ vendor/lib/libqmi_encdec.so
vendor/lib/libqmi_common_so.so
vendor/lib/libdsi_netctrl.so
vendor/lib/libqdi.so
vendor/lib/libqti-perfd-client.so
vendor/lib/libnetmgr.so
vendor/lib/libdsnetutils.so
vendor/lib/libsmemlog.so
Expand Down
2 changes: 2 additions & 0 deletions sepolicy/sensors.te
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ allow sensors qmuxd_socket:dir { write add_name search };
allow sensors qmuxd_socket:sock_file { create setattr write };
allow sensors self:capability sys_nice;
allow sensors unlabeled:dir search;
allow sensors unlabeled:dir { read getattr open };
allow sensors unlabeled:file { read write getattr open };
3 changes: 3 additions & 0 deletions sepolicy/sysinit.te
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ allow sysinit mmc_block_device:blk_file read;
allow sysinit mmc_block_device:blk_file open;
allow sysinit mmc_block_device:blk_file ioctl;
allow sysinit self:capability sys_admin;
allow sysinit kernel:process setsched;
allow sysinit system_file:dir {remove_name add_name };
allow sysinit unlabeled:lnk_file unlink;

4 changes: 2 additions & 2 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
############################################################ CLEANUP ME PLEASE QUARX ###########################################################

# Use reference RIL for initial bringup
ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so
rild.libpath=/vendor/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0

persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
Expand All @@ -32,8 +34,6 @@ ro.telephony.call_ring.delay=0

persist.radio.adb_log_on=1
persist.radio.qcril_am_enabled=1
wlan.chip.vendor=qcom
wlan.chip.version=wcn
drm.service.enabled=true
persist.lg.data.autoprof.msim=true
persist.cne.feature=1
Expand Down

0 comments on commit 313cc2b

Please sign in to comment.