Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core
/
a3b5ec87ca953052f86d2ad7bf6a1e30e07db8a7
/
init
/
init.cpp
9d96064
init: remove support for disabled SELinux
by Nick Kralevich
· 10 years ago
e7350c1
init: get rid of the remaining double mounts
by Nick Kralevich
· 10 years ago
c082266
Merge "init: don't double mount /proc and /sys"
by Nick Kralevich
· 10 years ago
51d9aaf
init: don't double mount /proc and /sys
by Nick Kralevich
· 10 years ago
0e8a6a6
init: fix write_file checkreqprot logic error
by Nick Kralevich
· 10 years ago
6c46b34
init: remove mkdir /dev /proc /sys
by Nick Kralevich
· 10 years ago
7933051
Switch init to epoll.
by Elliott Hughes
· 10 years ago
6d3a868
Clean up property service initialization.
by Elliott Hughes
· 10 years ago
930cf05
Clean up init signal handling a little.
by Elliott Hughes
· 10 years ago
8c40afc
Merge "Setup signal handler before any exec command"
by Elliott Hughes
· 10 years ago
23d7cf7
Revert "Revert "Make init re-exec itself for its SELinux domain transition.""
by Elliott Hughes
· 10 years ago
3b7db9d
Revert "Make init re-exec itself for its SELinux domain transition."
by Nick Kralevich
· 10 years ago
da05139
Make init re-exec itself for its SELinux domain transition.
by Elliott Hughes
· 10 years ago
c52bc24
Setup signal handler before any exec command
by Johan Redestig
· 10 years ago
ec430a5
Log more timing information from init.
by Elliott Hughes
· 10 years ago
9671e3f
Clean up property setting code.
by Elliott Hughes
· 10 years ago
169d8af
Lose bootmode and console globals.
by Elliott Hughes
· 10 years ago
9def76c
Parse boot properties from device tree
by Rom Lemarchand
· 10 years ago
b6eae5c
Merge "Remove /proc/cpuinfo parsing"
by Elliott Hughes
· 10 years ago
34db963
Remove useless memset from init.
by Elliott Hughes
· 10 years ago
c84bf27
Switch init over to _PATH_DEFPATH.
by Elliott Hughes
· 10 years ago
a2e4148
Remove /proc/cpuinfo parsing
by Rom Lemarchand
· 10 years ago
2ed40fa
Fix a printf format string (caught by clang but not GCC).
by Elliott Hughes
· 10 years ago
f3ebb79
Implement exec.
by Elliott Hughes
· 10 years ago
e4c29eb
Move sprintf to snprintf.
by Yabin Cui
· 10 years ago
9f5700c
bootchart: fix bootchart can not be triggered problem
by Yongqin Liu
· 11 years ago
f682b47
Clean up reading and writing in init.
by Elliott Hughes
· 10 years ago
c0e919c
Stop using #if for conditional compilation.
by Elliott Hughes
· 10 years ago
f3cf438
Build init as C++.
by Elliott Hughes
· 10 years ago
[Renamed (99%) from init/init.c]
0ab46c9
Init: Fix literal
by Andreas Gampe
· 10 years ago
429721c
init: Implement 'exec' command.
by San Mehat
· 11 years ago
0b41512
init: Add support "&&" operator in property triggers
by Badhri Jagan Sridharan
· 11 years ago
45a884f
Add O_CLOEXEC to lots of open() calls.
by Nick Kralevich
· 10 years ago
05345bf
Move property_context label handling to libselinux.
by dcashman
· 11 years ago
59f64ec
Revert "Move property_context label handling to libselinux."
by Nick Kralevich
· 11 years ago
9806902
Move property_context label handling to libselinux.
by dcashman
· 11 years ago
a016c42
Init: Remove unused variables
by Andreas Gampe
· 11 years ago
3700373
Fixed the pacing logic in bootchart data collection.
by Bo (Andover) Zhang
· 11 years ago
9464e5a
Move unlink("/dev/.booting") until after filesystems are mounted.
by Riley Andrews
· 11 years ago
381341f
Fix environment variable assignment in init
by James Morrissey
· 11 years ago
24a3b78
Improve init's debug printing.
by Riley Andrews
· 11 years ago
439224e
Redirect libselinux logging to dmesg for ueventd.
by Stephen Smalley
· 11 years ago
e4b7b29
Add ability to boot from charger mode.
by Riley Andrews
· 11 years ago
f3c85b2
Only allow disabling SELinux on userdebug / eng builds
by Nick Kralevich
· 11 years ago
252b0e2
Merge "SELinux changes to check policy versions during a reload."
by Nick Kralevich
· 11 years ago
f94853f
Clean up some unnecessary system_properties cruft.
by Elliott Hughes
· 11 years ago
3beec7e
init: add 'enable <service>' to negate "service <service>... disabled"
by JP Abgrall
· 11 years ago
03daf05
SELinux changes to check policy versions during a reload.
by Robert Craig
· 11 years ago
de15157
don't load property_contexts from /data
by Nick Kralevich
· 11 years ago
eb3f421
Enable building init with -Wall -Werror.
by Stephen Smalley
· 11 years ago
dbd37f2
Move restorecon and restorecon_recursive code to libselinux.
by Stephen Smalley
· 11 years ago
ccecf14
system/core 64-bit cleanup.
by Elliott Hughes
· 11 years ago
268cc54
Merge "ueventd: fix a busy loop while reading uevents"
by Colin Cross
· 11 years ago
af06c67
Log a warning on services that lack SELinux domains.
by Stephen Smalley
· 12 years ago
66ed50a
Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD
by The Android Open Source Project
· 12 years ago
1d4e86c
ueventd: fix a busy loop while reading uevents
by Amir Goldstein
· 12 years ago
50dc936
init: remove obsolete rle logo
by Marcin Chojnacki
· 12 years ago
ae76f6d
init: call restorecon on /sys
by Nick Kralevich
· 12 years ago
935bd3e
init: allow disabling selinux via a kernel command line
by Nick Kralevich
· 12 years ago
56fa0ac
init: move SELinux into enforcing mode.
by Nick Kralevich
· 12 years ago
b69f863
am 0cbaed42: am a8ba1f2f: Merge "Add support for socket security context specification."
by Colin Cross
· 12 years ago
8348d27
Add support for socket security context specification.
by Stephen Smalley
· 12 years ago
0d872d8
Seed Linux RNG from Hardware RNG at boot during init.
by Alex Klyubin
· 12 years ago
f29c533
init: call restorecon on /sys
by Nick Kralevich
· 12 years ago
4838aa1
init: allow disabling selinux via a kernel command line
by Nick Kralevich
· 12 years ago
cbc76fc
Merge "init: move SELinux into enforcing mode."
by Nick Kralevich
· 12 years ago
b710ed2
init: move SELinux into enforcing mode.
by Nick Kralevich
· 12 years ago
39021a4
am 83ada447: Merge changes Ib54f39fd,I7e36edd8
by Colin Cross
· 12 years ago
83ada44
Merge changes Ib54f39fd,I7e36edd8
by Colin Cross
· 12 years ago
99c1a41
resolved conflicts for merge of 95a41f6b to stage-aosp-master
by Colin Cross
· 12 years ago
5e484e9
init: fix copying boot properties
by Colin Cross
· 12 years ago
1a6f4c3
init: switch property_get to use __system_property_get
by Colin Cross
· 12 years ago
67e3663
init: fix copying boot properties
by Colin Cross
· 12 years ago
2deedfe
init: switch property_get to use __system_property_get
by Colin Cross
· 12 years ago
8f6adcf
am 49be2407: Revert "Add logic to fixup file contexts after a policy update."
by gcondra@google.com
· 12 years ago
f5410f2
am 3d32cd93: Revert "Remove /system from the dirs to relabel."
by gcondra@google.com
· 12 years ago
b986664
am 52351300: Revert "Add a version check for SELinux policy on device."
by gcondra@google.com
· 12 years ago
49be240
Revert "Add logic to fixup file contexts after a policy update."
by repo sync
· 12 years ago
3d32cd9
Revert "Remove /system from the dirs to relabel."
by repo sync
· 12 years ago
5235130
Revert "Add a version check for SELinux policy on device."
by repo sync
· 12 years ago
5a98566
am 921be8b6: Add a version check for SELinux policy on device.
by gcondra@google.com
· 12 years ago
921be8b
Add a version check for SELinux policy on device.
by repo sync
· 12 years ago
ac5cf92
am 683aa89b: Merge "Remove /system from the dirs to relabel." into jb-mr2-dev
by gcondra@google.com
· 12 years ago
3d4d07b
Remove /system from the dirs to relabel.
by repo sync
· 12 years ago
7e25fa1
am ebcf93e3: Add logic to fixup file contexts after a policy update.
by Geremy Condra
· 12 years ago
ebcf93e
Add logic to fixup file contexts after a policy update.
by Geremy Condra
· 12 years ago
a5ca229
am 1615c09a: Merge "init: Fix potential null pointer issue"
by Colin Cross
· 12 years ago
8e15eab
Apply the correct SELinux label for the properties workspace.
by Geremy Condra
· 12 years ago
1146718
init: Fix potential null pointer issue
by Hong-Mei Li
· 12 years ago
04561b6
Drop /data/system as a policy file location
by William Roberts
· 12 years ago
46e1bd8
Create a new location for /data policy files
by William Roberts
· 12 years ago
76ba83c
Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes."
by Nick Kralevich
· 12 years ago
30f3033
Label sockets consistently with the seclabel value if specified.
by Stephen Smalley
· 13 years ago
2a36ae5
am 7b88a90d: Merge "Remove HAVE_SELINUX guards"
by Kenny Root
· 13 years ago
b5982bf
Remove HAVE_SELINUX guards
by Kenny Root
· 13 years ago
01b1dee
init: Set ADDR_COMPAT_LAYOUT before spawning processes.
by Nick Kralevich
· 13 years ago
2fec4de
am 11c783f1: am 9494f297: Merge "Implement SELinux/MAC checks for property service."
by Kenny Root
· 13 years ago
605103f
resolved conflicts for merge of 4dcd52ab to jb-mr1-dev
by Kenny Root
· 13 years ago
63207cd
Implement SELinux/MAC checks for property service.
by rpcraig
· 13 years ago
ae6f3d7
Add support for reloading policy from /data/system.
by Stephen Smalley
· 13 years ago
Next »