commit | 4b2d6dd346a2c58cf034229afaaf91cc82901d5e | [log] [tgz] |
---|---|---|
author | Steve Fung <stevefung@google.com> | Sat Oct 10 05:33:49 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 10 05:33:49 2015 +0000 |
tree | 9bcbf6424209caaf388b576f6cd21640844f671c | |
parent | 9e27cab695b0e2a4910cf576d306a3379991f1f7 [diff] | |
parent | 773fd3c42883b17b5918c71aead5690e16438248 [diff] |
Merge "crash_reporter: Use the actual GID of the crashing process"
diff --git a/rootdir/init.rc b/rootdir/init.rc index bd4d156..38c686d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -13,6 +13,9 @@ # Set init and its forked children's oom_adj. write /proc/1/oom_score_adj -1000 + # Disable sysrq from keyboard + write /proc/sys/kernel/sysrq 0 + # Set the security context of /adb_keys if present. restorecon /adb_keys