summaryrefslogtreecommitdiffstats
path: root/init/selinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "selinux: use the policy version defined in sepolicy"Jeffrey Vander Stoep2019-03-191-10/+1
|\
| * selinux: use the policy version defined in sepolicyJeff Vander Stoep2019-02-251-10/+1
* | Allow overriding ro.debuggable to 1 on USER buildsBowgo Tsai2019-03-151-2/+19
* | mount /apex during first_stage initJiyong Park2019-03-041-0/+2
|/
* selinux: account for /product hashTri Vo2019-01-231-16/+33
* Merge "init: load /product selinux mapping file"Tri Vo2019-01-221-2/+10
|\
| * init: load /product selinux mapping fileTri Vo2019-01-161-2/+10
* | init: Remove the obsolete restorecon for /sbin files.Tao Bao2019-01-171-6/+0
|/
* init: don't restorecon root sepolicy filesTri Vo2019-01-101-18/+0
* init: support loading /product/etc/selinux/product_sepolicy.cilTri Vo2018-12-141-0/+8
* init: clean up the 1st/2nd stage init splitTom Cherry2018-11-121-4/+39
* Merge "Move watchdogd out of init"Tom Cherry2018-08-031-11/+10
|\
| * Move watchdogd out of initTom Cherry2018-08-021-11/+10
* | init: run fsck for early mount partitionsTom Cherry2018-07-311-0/+2
|/
* init: clean up logging initializationTom Cherry2018-07-201-2/+17
* init: Use sepolicy version insteadLogan Chien2018-05-041-0/+27
* sepolicy: renames nonplat_* to vendor_*Bowgo Tsai2018-01-091-0/+5
* fastboot/fs_mgr/init: add sload_f2fsJaegeuk Kim2017-12-061-0/+3
* Merge "init/selinux: renames nonplat_declaration.cil to plat_pub_versioned.cil"Bowgo Tsai2017-12-011-7/+7
|\
| * init/selinux: renames nonplat_declaration.cil to plat_pub_versioned.cilBowgo Tsai2017-11-291-7/+7
* | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' fromXin Li2017-11-141-1/+0
|\ \ | |/ |/|
| * Merge "Allow redeclaring typeattributes" am: f8bc6cee3f am: ceb5dea905Jeffrey Vander Stoep2017-10-081-1/+1
| |\
| * \ Merge "Add odm sepolicy support to selinux.cpp" am: f899548cdb am: 1aecf73b43kaichieh2017-09-041-14/+53
| |\ \
| * \ \ Merge changes I316c13e3,I4d99744d,Id9614b72,I7c98a0b7 am: a78b5b300b am: e0db...Tom Cherry2017-08-231-3/+1
| |\ \ \
| * \ \ \ Fix use-after-free of stack-allocated temporary string. am: c41b838baa am: a5...Andreas Huber2017-08-211-1/+3
| |\ \ \ \
| * \ \ \ \ Merge "init: replace panic() with LOG(FATAL)" am: 57a89f3ba0 am: ce2325895f a...Tom Cherry2017-08-181-5/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge "init: fix copy/paste mistake" am: f85404521e am: ad42b33eaa am: c3398d...Tom Cherry2017-08-181-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 into oc-dr1-dev-plus-aospTom Cherry2017-08-141-3/+2
| |\ \ \ \ \ \ \
| | * | | | | | | init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-3/+2
| | * | | | | | | init: split security functions out of init.cppTom Cherry2017-08-111-0/+463
| | / / / / / /
| * / / / / / / init: split security functions out of init.cppTom Cherry2017-08-111-0/+462
| / / / / / /
* | | | | | / Don't use TEMP_FAILURE_RETRY on close()Nick Kralevich2017-10-241-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Allow redeclaring typeattributesJeff Vander Stoep2017-10-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Add odm sepolicy support to selinux.cppkaichieh2017-09-011-14/+53
| |_|_|/ |/| | |
* | | | init: cleanup environment handlingTom Cherry2017-08-231-3/+1
| |_|/ |/| |
* | | Fix use-after-free of stack-allocated temporary string.Andreas Huber2017-08-211-1/+3
| |/ |/|
* | Merge "init: replace panic() with LOG(FATAL)"Tom Cherry2017-08-181-5/+3
|\ \ | |/ |/|
| * Merge "init: replace panic() with LOG(FATAL)"Tom Cherry2017-08-181-5/+3
| |\
| | * init: replace panic() with LOG(FATAL)Tom Cherry2017-08-171-5/+3
* | | Merge "init: fix copy/paste mistake"Tom Cherry2017-08-181-2/+2
|\| |
| * | init: fix copy/paste mistakeTom Cherry2017-08-171-2/+2
| |/
* | Merge changes I7f00c5f0,Idc18f331,I1e7d3a88Tom Cherry2017-08-141-3/+2
|\|
| * init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-3/+2
| * init: split security functions out of init.cppTom Cherry2017-08-141-0/+432
* init: split security functions out of init.cppTom Cherry2017-08-141-0/+463