aboutsummaryrefslogtreecommitdiffstats
path: root/init/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Change setsebool syntax to be consistent with other init built-ins.Stephen Smalley2013-07-181-22/+17
* Add support for -R (recurse) to init chown builtin.Stephen Smalley2013-07-181-0/+42
* init: Check for symlinks with lstat() not open()Andrew Dodd2013-02-271-30/+16
* Set ANDROID_PROPERTY_WORKSPACE in exec.Steve Kondik2012-12-131-1/+7
* Revert "init: Never allow two same-service processes to exist simultaneously."Steve Kondik2012-12-071-1/+2
* init: Add support for properties expansion in exec commandDavid Ng2012-11-191-0/+19
* Add support for exec command in init scripts.Shashank Mittal2012-11-191-1/+27
* Revert "init: Implement exec support"Ricardo Cerqueira2012-11-191-35/+1
* Revert "init: Add support for properties expansion in exec command"Ricardo Cerqueira2012-11-191-20/+0
* Revert "init: Check for symlinks with lstat() not open()"Ricardo Cerqueira2012-11-191-16/+30
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/sy...Steve Kondik2012-11-181-18/+20
|\
| * am 3af04b71: am 7c386a61: Merge "Extend and document the "wait" command"Jean-Baptiste Queru2012-08-201-2/+4
| |\
| | * Merge "Extend and document the "wait" command"Jean-Baptiste Queru2012-08-201-2/+4
| | |\
| | | * Extend and document the "wait" commandPatrick McCormick2012-07-241-2/+4
| * | | init: Fix mkdir command when using ISUID or ISGID bitBenoit Goby2012-08-141-0/+8
| * | | Support shared-subtree and bind mount flags.Jeff Sharkey2012-08-141-0/+6
| |/ /
| * | Merge "Set the SELinux security label on new directories."Jean-Baptiste Queru2012-08-081-16/+2
| |\ \ | | |/ | |/|
| | * Set the SELinux security label on new directories.Stephen Smalley2012-07-261-16/+2
| | * init: Fix chown and chmod for write-only filesBenoit Goby2012-05-041-2/+13
| | * init: make chmod/mkdir/chown not follow symlinksGeremy Condra2012-05-021-5/+51
| * | am 0e9dd90a: Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-011-53/+54
| |\ \
| * \ \ am 64753635: am a02ff986: Merge "init: Add noexec mount option"Colin Cross2012-04-271-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | init: Add noexec mount optionLars Svensson2012-04-231-0/+1
* | | | init: Add support for properties expansion in exec commandDavid Ng2012-09-111-0/+20
* | | | init: Add "export_rc" command to export env from a specified fileDavid Ng2012-09-111-0/+19
* | | | init: Check for symlinks with lstat() not open()Andrew Dodd2012-07-101-30/+16
* | | | init: Add noexec mount optionLars Svensson2012-07-101-0/+1
* | | | init: Don't confuse do_exec with other exiting processes.Mike Kasick2012-07-101-1/+1
* | | | Safely restart services to avoid race conditions.Mike Kasick2012-07-101-2/+1
* | | | init: implement a new 'log' command, useful to debug property eventsTanguy Pruvot2012-07-101-0/+26
* | | | init: Implement exec supportEmilio López2012-07-101-1/+35
| |_|/ |/| |
* | | Change init to use libfs_mgr to mount filesystems.Ken Sumrall2012-05-011-53/+54
|/ /
* | init: Fix chown and chmod for write-only filesBenoit Goby2012-03-281-2/+13
* | init: make chmod/mkdir/chown not follow symlinksGeremy Condra2012-03-211-5/+51
|/
* Extend init and ueventd for SE Android.Stephen Smalley2012-02-011-0/+85
* init: use init's property expansion code for setprop/writeDima Zavin2012-01-111-28/+16
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-021-1/+1
* init: make "mkdir" work even when the directory already exists.Chia-chi Yeh2011-07-081-1/+7
* init: Add support for assigning system properties to system properties in ini...Mike Lockwood2011-06-091-3/+20
* init: Fix the init.rc import commandMike Lockwood2011-06-091-5/+0
* init: Add support for writing system property value to a file in init.rcMike Lockwood2011-06-091-1/+17
* Teach the mount command in init to not consider a wiped partition to be encry...Ken Sumrall2011-05-261-2/+5
* Load the persistent properties after decrypting the /data partitionKen Sumrall2011-03-101-1/+10
* Fix for bug 3379244, non-eMMC devices don't start all services.Ken Sumrall2011-02-171-9/+21
* Add the commands rm and rmdir to init.Ken Sumrall2011-01-181-0/+10
* Set a read-only property to indicate if the device is running encrypted.Ken Sumrall2011-01-141-0/+2
* Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-1/+51
* init: Move uevent handling to an external ueventd processColin Cross2010-04-211-27/+0
* init: Split parser into generic parser and init parserColin Cross2010-04-211-2/+2
* init: Add wait command and mount wait flagColin Cross2010-04-211-3/+20