aboutsummaryrefslogtreecommitdiff
path: root/rootdir (follow)
Commit message (Collapse)AuthorAge
...
* msm8996-common: Properly label DSP partitionRashed Abdel-Tawab2018-03-16
| | | | Change-Id: Ia85f5755acf9c88ac45f5ccf9dc9f49e5d130bd5
* msm8996-common: Revert functionfs commits.Cosme Domínguez Díaz2018-03-15
| | | | * I don't know what I was thinking when I did this...
* msm8996-common: Remove NET_ADMIN capability for cnss-daemon.Cosme Domínguez Díaz2018-03-12
|
* Merge branch 'staging/lineage-15.1' into lineage-15.1Cosme Domínguez Díaz2018-03-12
|\
| * msm8996-common: Move ril-daemon2 from main to late_startCosme Domínguez Díaz2018-03-11
| |
| * msm8996-common: Keep power cluster enabled and don't force scaling_governor.Cosme Domínguez Díaz2018-03-11
| | | | | | | | | | | | | | | | * Stock already do this: Better to finish all tasks and sleep soon than to do everything in cpu0 and keep it active longer. * Also, disable cpu1 could lead to system instability. See sultanxda/android_kernel_oneplus_msm8996@8e35dcceaca5ecb4237bb1ea192ebbe01cc0d64a
| * msm8996-common: Add radio group rules to dpmQmiMgrDevi Sandeep Endluri V V2018-03-11
| | | | | | | | | | | | | | | | -dpmQmiMgr permissions are updated with radio group to communicate with QMUXD socket. CRs-Fixed: 2183993 Change-Id: I37195ffc6602d009ac4cace6c742484e70a768ec
| * msm8996-common: Start dpmQmiMgr from init scriptDevi Sandeep Endluri V V2018-03-11
| | | | | | | | | | | | | | | | - Added user and group tag for dpmQmiMgr - Start the daemon with system privilege. CRs-Fixed: 2080471 Change-Id: Id3a4a9f849d336e103c3c6897daf34465230b83a
| * msm8996-common: Update init.qcom.rc.Cosme Domínguez Díaz2018-03-11
| | | | | | | | | | * From ZUI 3.5.261 but keeping LineageOS/android_device_xiaomi_msm8996-common work as reference.
* | msm8996-common: Use noatime and no_disconnect when mounting functionfsJerry Zhang2018-03-10
| | | | | | | | | | Test: use usb Change-Id: I4470ab479a49e04fdfec1969f31c72e221a3a3c5
* | msm8996-common: Mount mtp functionfs with no_disconnectJerry Zhang2018-03-10
| | | | | | | | | | | | | | | | | | | | This way the function can still connect even when the media process has been killed for whatever reason. Bug: 36801389 Bug: 34873000 Test: Connect mtp after process is killed Change-Id: I7445a42d2fd0318d8f801d8ff73926c49acecf57
* | msm8996-common: Enable MTP over functionfsJerry Zhang2018-03-10
| | | | | | | | | | | | Test: on device Bug: 30976142 Change-Id: I51991bface547691f15b17db03d0d1fc1cdd0bb6
* | msm8996-common: Write ffs aliases before mountJerry Zhang2018-03-10
|/ | | | | | | | | | The patches to get ffs to work with multiple functions expect the aliases to be written before function mount in order to connect function instances to mount instances. Test: on device Change-Id: I833adf451e870dd61327de6df16fc88eab29a188
* msm8996-common: Remove init.qcom.bt.shCosme Domínguez Díaz2018-03-10
| | | | * We don't execute it.
* msm8996-common: rootdir: Kang init.qcom.usb.rc from geminiÁlvaro Brey2018-03-09
| | | | | | | | * Cleaner, and includes stuff from init.qcom.usb.sh without needing the script msm8996-common: rootdir: Import back USB compositions from the old .rc * Fixes ADB and MTP on z2_plus
* msm8996-common: Reduce dmesg verbose level by default.Cosme Domínguez Díaz2018-03-02
|
* msm8996-common: Try first with ext4.Cosme Domínguez Díaz2018-03-02
| | | | | * ext4 is the stock's default choice. * f2fs support is highly dependent on which kernel you use.
* msm8996-common: Get rid of recovery-only fstabMichael Bestas2018-03-02
| | | | | | | | | | * Mounting /system and /vendor partitions is handled in kernel now, however removing the entries from fstab caused issues building the OTA. The workaround was to have a separate fstab, but turns out that simply setting the recoveryonly flag does the trick because those are then ignored during a normal Android boot. Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
* msm8996-common: Clean up unneeded/unused services.Cosme Domínguez Díaz2018-03-02
| | | | * We don't ship blobs for them.
* msm8996-common: Move Wi-Fi files to vendorBruno Martins2018-03-02
| | | | Change-Id: I7e95baa01490ec76cf8ddfa051f01fc9b0bc5c7a
* msm8996-common: Turn down debugging on wpa_supplicant/hostapdDan Pasanen2018-03-02
|
* msm8996-common: rootdir: Move qcamerasvr from main to late_start.Cosme Domínguez Díaz2018-02-27
|
* msm8996-common: Set ioprio for rmt_storage serviceSahitya Tummala2018-02-27
| | | | | | | | Earlier, this used to be set from rmt_storage service with sys_admin capability. But now, that capability is dropped off and hence, set it here in init scripts. Change-Id: Ie8a3895c2b63da35d78fb9e571d74b735c969520
* msm8996-common: Run sensors daemon as system user instead of rootBrian Duddie2018-02-27
| | | | | | | | | | | | Grant capabilities and change file permissions to allow the sensors.qcom daemon to start up as the system user/group, rather than running as root. Fixes: 63775281 Test: monitor logcat after reboot, confirm no file open errors. Run QSensorTest, confirm all sensors provide sane data. Confirm that IMU calibration can read + write its saved settings. Run sensors CTS. Change-Id: Ib80ea21900d6af6cd34c82c4a63f50c7e0ac18ff
* msm8996-common: Import ueventd.qcom.rc from ZUI 3.5.261.Cosme Domínguez Díaz2018-02-27
|
* msm8996-common: Mark rmt_storage as shutdown criticalBruce Levy2018-02-27
| | | | | | | | rmt_storage should not be automatically killed by Android during shutdown since it is needed to actually process the peripheral shutdown Change-Id: I58a29fe86955f0abad944727bb4208dad89f495d
* msm8996-common: rootdir: Remove audiod serviceLuK13372018-02-26
| | | | | | * Dropped by Qualcomm in O. Change-Id: Id1c6e9d475b59b41c0cc4e4633e2ce7faabd19ef
* msm8996-common: rootdir: Remove seempdCosme Domínguez Díaz2018-02-26
| | | | * Disable on the kernel and we don't ship its blob.
* msm8996-common: rootdir: Remove unneeded dirs.Cosme Domínguez Díaz2018-02-26
| | | | | | | | * This fixes these SELinux denials and it doesn't break anything for now... :-P avc: denied { create } for pid=1 comm=init name=firmware scontext=u:r:init:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0 avc: denied { create } for pid=1 comm=init name=bt_firmware scontext=u:r:init:s0 tcontext=u:object_r:bt_firmware_file:s0 tclass=dir permissive=0
* msm8996-common: Remove imports of missing rc files.Cosme Domínguez Díaz2018-02-26
| | | | * There is no init.target.rc or init.zuk.usb.rc
* msm8996-common: Remove wfdservice.Cosme Domínguez Díaz2018-02-26
| | | | * Qualcomm Wifi Direct, as far as I know, but we dont ship its blob.
* msm8996-common: Remove duplicated definition of service 'hci_filter_root'Cosme Domínguez Díaz2018-02-26
|
* msm8996-common:: rootdir: Remove unneeded init.qcom.sensors.sh.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: rootdir: Move sensors permissions handling to 'post-fs-data'LuK13372018-02-25
| | | | | | | | | * We need to set proper permissions earlier otherwise users might be forced to reboot as their sensors wouldn't work due to not working sensors daemon. Change-Id: Idbb5dd8a539a85c9b498e70b158569a2c9f37682
* msm8996-common: Removing redundant permission for BT folderRAJATH R2018-02-25
| | | | | | | Removing redundant creation and assignment of permission for data/misc/bluetooth folder from init.qcom.rc file. Change-Id: I941a53d01675b44fa6a5b59bcd2b72f9e6a11ab7
* msm8996-common: Create folder for Bluetooth logs/dump collectionGurpreet Ghai2018-02-25
| | | | | | | | | These changes are to create folder to collect logs and dump from Bluetooth HAL daemon. CRs-Fixed: 2051034 Change-Id: Ib930a80aab1354ad1463a02febf71eba922e2df8
* msm8996-common: rootdir: Move sections to reflect exec orderLuca Stefani2018-02-25
| | | | Change-Id: I431fbcd9af56697dc0bc673b8c102579c208f620
* msm8996-common: init.qcom.rc: Modify permissions for /data/vendor/miscAditya Bavanari2018-02-25
| | | | | | | | | Modify permissions for /data/vendor/misc to 01771 from 0770 in order to enable audio module to access the directory. CRs-Fixed: 2074932 Change-Id: Ibc832cd0ec7c04a99b3fa1e9a554f919e11a149a
* msm8996-common: Fixing permission for /data/vendorSaurabh Srivastava2018-02-25
| | | | | | | | Removing creation of /data/vendor with system group access. CRs-Fixed: 2055140 Change-Id: Ic9fb98ea1420769f2ffa5262fd6e1a82ad848941
* msm8996-common: init.qcom.rc: Create /data/vendor folder for audioNaresh Tanniru2018-02-25
| | | | | | - for audio acdb and dump files create /data/vendor folder Change-Id: If24a072d3686c3740ba36a3d6eb1849b4a769a3b
* msm8996-common: rootdir: Remove unnecessary /persist permissionsLuK13372018-02-25
| | | | | | * We mount /persist in fstab so this is useless. Change-Id: I62cec54e22af6207114eca94c2c80275ece30443
* msm8996-common: rootdir: Stop creating useless folders under /dataBruno Martins2018-02-25
| | | | Change-Id: I910c9f574e842410e8a09c1c1d0d82be51d6026c
* msm8996-common: Enable quota feature for userdata partition.Mahantesh Sanakall2018-02-25
| | | | | | This will enable quota feature for the data partition. Change-Id: I45f54583d84a67c2097065a29fe67b1012dfcc12
* msm8996-common: rootdir: Remove length from userdataLuca Stefani2018-02-25
| | | | | | | * Current code expects lenght to be the real partition size > The footer is automatically added now Change-Id: I47165062ae0b15c935c8b1c561b9788ff825c4f5
* msm8996-common: cnss-daemon: /system/bin -> /vendor/bin.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: Fix permissions for rc and sh files.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: Use TARGET_OUT_VENDOR_EXECUTABLES for all qcom shell scriptsCosme Domínguez Díaz2018-02-25
|
* msm8996-common: Restore port-bridge and fix its path.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: wcnss_filter: /system/bin -> /vendor/bin.Cosme Domínguez Díaz2018-02-25
|
* msm8996-common: Build a vendor imageBruno Martins2018-02-25
| | | | | | | * Turn the partition /factory into something more useful for us. Change-Id: I32a3088ef7803d3db691b9031dda2dbe55565ba3