aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc (follow)
Commit message (Collapse)AuthorAge
...
* | 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: 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
* msm8996-common: Move hardware specific .rc files to /vendor/etc/init/hwAbhishek Arpure2018-02-25
| | | | | | | | | | | | | | | The reason these files are moved to /vendor/etc/init/hw and not /vendor/etc/init is because 'init' scans the /vendor/etc/init folder for vendor service .rc fragments to import. That would either result in duplicate imports or out-of-order imports of these hardware specific .rc files and that *may* have unintended consequences. In order to preserve the current import order for MTP, we move all hardware specific .rc files to /vendor/etc/init/hw which is not autoscanned by init BUT leave the init.${ro.hardware}.rc (i.e. init.qcom.rc in this case) in root for 'init' to find. Change-Id: I14531da05e2a3a256f734f8de96e1f1969c753f9
* Set FRP device permissionsBruno Martins2018-02-25
| | | | Change-Id: Ica769bf4bc058041ae044c6a71464823a92f073d
* msm8996-common: Set sync wakee policy tunableManjunatha Ramachandra2018-02-21
| | | | | | | Prefer waker CPU (with 1 runnable task) instead of an idle CPU in waker cluster. Change-Id: I174d496cf31bbf8706eaf6ad3740883d1c64b20f
* init.qcom.rc: Remove some OEM edits.Cosme Domínguez Díaz2018-02-19
|
* msm8996-common: Update the permission of the kmsg nodeAmeya Thakur2018-02-19
| | | | | | | pd-mapper needs to be able to write the pd error string to the kmsg buffer. It runs under the system user. Change-Id: Ic52682f8151d10c4e6ffdc2b3ed4bc2183ebd6f6
* msm8996-common: Remove safailnet completelyDavide Garberi2018-02-19
| | | | | | * It's useless and against LineageOS' requirements Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update time services to OBruno Martins2018-02-19
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use MIUI poweroff charging animationBruno Martins2018-02-19
| | | | | | | * It's cool, and more importantly... it actually works! Oh look, it even displays battery level. Wow. :-P Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: move wifi configs to vendorcodeworkx2018-02-11
| | | | | Change-Id: Icff15c4fb5afd227c68c11a48f37d5cf8a765b8a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Deprecate system/vendor completelyDavide Garberi2018-02-04
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>