summaryrefslogtreecommitdiffstats
path: root/init/builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore class_{reset|start}_post_data on non-updatable APEX.Martijn Coenen2020-01-131-0/+13
* Reland^2: "init: run property service in a thread"Tom Cherry2020-01-131-1/+24
* class_start_post_data also starts disabled services.Martijn Coenen2019-05-151-12/+13
* Support for stopping/starting post-data-mount class subsets.Martijn Coenen2019-04-261-4/+35
* init: add umount_all builtin.Yifan Hong2019-04-151-11/+47
* Don't bind-mount bionic filesJiyong Park2019-03-141-9/+0
* Activate system APEXes earlyJiyong Park2019-03-051-1/+10
* Refactor fs_mgr_update_verity_state()Tom Cherry2019-02-111-4/+21
* Merge "Add android::fs_mgr namespace for new Fstab code"Tom Cherry2019-01-311-0/+2
|\
| * Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-301-0/+2
* | Proper mount namespace configuration for bionicJiyong Park2019-01-301-0/+10
|/
* Revert "Bionic libs and the dynamic linker are bind mounted"Jiyong Park2019-01-181-82/+0
* Merge "init: Add support for GSI installations in first-stage mount."David Anderson2019-01-171-1/+6
|\
| * init: Add support for GSI installations in first-stage mount.David Anderson2019-01-161-1/+6
* | Load build sysprops earlyJiyong Park2019-01-151-1/+1
|/
* Bionic libs and the dynamic linker are bind mountedJiyong Park2019-01-111-0/+82
* Add conditional class startingDaniel Rosenberg2019-01-091-0/+6
* Start using new C++ Fstab class widelyTom Cherry2018-12-121-3/+4
* Update fs_mgr_update_verity_state() for new C++ FstabTom Cherry2018-12-071-6/+3
* Convert fs_mgr_swapon_all() to use the new Fstab structTom Cherry2018-12-031-6/+7
* Don't fail when no glob matchJiyong Park2018-11-161-1/+2
* Add support for updatable servicesJiyong Park2018-11-131-0/+1
* init parses *.rc files from APEXesJiyong Park2018-11-101-0/+34
* init: use libfscrypt for file-based encryption setupEric Biggers2018-10-251-12/+12
* init: add [[nodiscard]] to ResultTom Cherry2018-10-111-1/+5
* builtins: interface_{start, stop, restart}Steven Moreland2018-05-081-0/+26
* Merge "Set property for metadata encryption on first boot"Treehugger Robot2018-04-191-0/+1
|\
| * Set property for metadata encryption on first bootPaul Crowley2018-04-181-0/+1
* | Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery."Paul Crowley2018-04-171-13/+33
|/
* Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery.""Treehugger Robot2018-03-021-24/+11
|\
| * Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."Paul Crowley2018-03-011-24/+11
* | init: add host side parser for initTom Cherry2018-02-281-2/+4
* | Merge "If enablefilecrypto or init_user0 fails, reboot into recovery."Treehugger Robot2018-02-151-11/+24
|\|
| * If enablefilecrypto or init_user0 fails, reboot into recovery.Paul Crowley2018-02-151-11/+24
* | Move ActionManager to its own fileTom Cherry2018-02-141-1/+1
* | Merge "init: add TODO for mount operations."Treehugger Robot2018-02-051-0/+4
|\ \
| * | init: add TODO for mount operations.Tom Cherry2018-02-051-0/+4
| |/
* / Use vold's mount with metadata encryption service.Paul Crowley2018-02-011-4/+6
|/
* Make vendor_init check SELinux before setting propertiesTom Cherry2018-01-221-3/+1
* Run restorecon after init creates a symlink or writes to a file.Joel Galenson2017-11-291-1/+20
* Merge "init: wait_for_prop shouldn't run in a subcontext"Tom Cherry2017-10-191-1/+1
|\
| * init: wait_for_prop shouldn't run in a subcontextTom Cherry2017-10-181-1/+1
* | Merge "init: log failures if a service cannot start during class_start"Tom Cherry2017-10-031-1/+8
|\|
| * init: log failures if a service cannot start during class_startTom Cherry2017-10-031-1/+8
* | Merge "init: run vendor commands in a separate SELinux context"Tom Cherry2017-10-021-97/+100
|\|
| * init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-97/+100
* | Merge "init: add exec_background command"Tom Cherry2017-09-181-0/+14
|\|
| * Merge "init: add exec_background command"Tom Cherry2017-09-181-0/+14
| |\
| | * init: add exec_background commandTom Cherry2017-09-181-0/+14
* | | Merge "init: fix crash when reboot is triggered by a builtin"Tom Cherry2017-09-151-2/+2
|\| |