summaryrefslogtreecommitdiffstats
path: root/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* init: remove obsolete rle logoMarcin Chojnacki2013-10-161-22/+21
* init: call restorecon on /sysNick Kralevich2013-09-031-0/+1
* init: allow disabling selinux via a kernel command lineNick Kralevich2013-09-031-3/+48
* init: move SELinux into enforcing mode.Nick Kralevich2013-09-031-21/+20
* Add support for socket security context specification.Stephen Smalley2013-08-231-4/+1
* am 83ada447: Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-241-9/+29
|\
| * Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-241-9/+29
| |\
| | * init: Retain traditional restart behavior for critical and oneshot services.Mike Kasick2012-03-221-5/+26
| | * init: Safely restart services to avoid race conditions.Mike Kasick2012-03-221-4/+3
* | | resolved conflicts for merge of 95a41f6b to stage-aosp-masterColin Cross2013-06-171-10/+14
|\ \ \ | |/ /
| * | init: fix copying boot propertiesColin Cross2013-06-171-1/+3
| * | init: switch property_get to use __system_property_getColin Cross2013-06-171-10/+12
* | | am 49be2407: Revert "Add logic to fixup file contexts after a policy update."gcondra@google.com2013-05-201-6/+1
|\ \ \
| * | | Revert "Add logic to fixup file contexts after a policy update."repo sync2013-05-171-6/+1
* | | | am 3d32cd93: Revert "Remove /system from the dirs to relabel."gcondra@google.com2013-05-201-0/+1
|\ \ \ \ | |/ / /
| * | | Revert "Remove /system from the dirs to relabel."repo sync2013-05-171-0/+1
* | | | am 52351300: Revert "Add a version check for SELinux policy on device."gcondra@google.com2013-05-201-59/+0
|\ \ \ \ | |/ / /
| * | | Revert "Add a version check for SELinux policy on device."repo sync2013-05-171-59/+0
* | | | am 921be8b6: Add a version check for SELinux policy on device.gcondra@google.com2013-05-141-0/+59
|\ \ \ \ | |/ / /
| * | | Add a version check for SELinux policy on device.repo sync2013-05-141-0/+59
* | | | am 683aa89b: Merge "Remove /system from the dirs to relabel." into jb-mr2-devgcondra@google.com2013-05-071-1/+0
|\ \ \ \ | |/ / /
| * | | Remove /system from the dirs to relabel.repo sync2013-05-071-1/+0
* | | | am ebcf93e3: Add logic to fixup file contexts after a policy update.Geremy Condra2013-04-151-1/+6
|\ \ \ \ | |/ / /
| * | | Add logic to fixup file contexts after a policy update.Geremy Condra2013-04-151-1/+6
* | | | am 1615c09a: Merge "init: Fix potential null pointer issue"Colin Cross2013-04-051-9/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | init: Fix potential null pointer issueHong-Mei Li2013-04-011-9/+9
* | | Apply the correct SELinux label for the properties workspace.Geremy Condra2013-04-031-0/+1
|/ /
* | Drop /data/system as a policy file locationWilliam Roberts2013-03-261-1/+0
* | Create a new location for /data policy filesWilliam Roberts2013-03-201-0/+1
* | Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes."Nick Kralevich2013-03-141-16/+0
* | Label sockets consistently with the seclabel value if specified.Stephen Smalley2012-11-161-19/+27
* | am 7b88a90d: Merge "Remove HAVE_SELINUX guards"Kenny Root2012-10-171-26/+1
|\ \
| * | Remove HAVE_SELINUX guardsKenny Root2012-10-161-26/+1
* | | init: Set ADDR_COMPAT_LAYOUT before spawning processes.Nick Kralevich2012-10-051-0/+16
* | | am 11c783f1: am 9494f297: Merge "Implement SELinux/MAC checks for property se...Kenny Root2012-08-131-0/+43
|\ \ \ | |/ /
| * | Implement SELinux/MAC checks for property service.rpcraig2012-08-091-0/+43
* | | resolved conflicts for merge of 4dcd52ab to jb-mr1-devKenny Root2012-08-131-85/+26
|\ \ \ | |/ /
| * | Add support for reloading policy from /data/system.Stephen Smalley2012-08-091-85/+26
* | | am faad67fa: am ef3f7fa3: Merge "Set the SELinux security label on new direct...Jean-Baptiste Queru2012-08-081-0/+6
|\ \ \ | |/ /
| * | Merge "Set the SELinux security label on new directories."Jean-Baptiste Queru2012-08-081-0/+6
| |\ \
| | * | Set the SELinux security label on new directories.Stephen Smalley2012-07-261-0/+6
| | |/
* | | Add watchdogdArve Hjønnevåg2012-06-141-0/+4
|/ /
* | Don't set ro.carrier in init.cAndrew Flynn2012-04-131-1/+0
* | init: Change umask of forked processes to 077Nick Kralevich2012-04-021-0/+1
* | init: manually set controlling tty for console servicesColin Cross2012-03-181-0/+1
|/
* Fix typo in queue_property_triggers identChris Dearman2012-03-011-1/+1
* Extend init and ueventd for SE Android.Stephen Smalley2012-02-011-1/+175
* init: export all androidboot cmd line values as ro.boot.xx propsDima Zavin2012-01-111-61/+91
* init: import the hardware specific init file in init.rcDima Zavin2012-01-111-2/+0
* init: initialize property area early at bootDima Zavin2012-01-111-21/+15