Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: コミット

device/generic/common


コミットメタ情報

リビジョンd3fa0c08f37451a4974ea0da173361185ef1a0b5 (tree)
日時2018-03-06 18:50:19
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

変更サマリ

差分

--- a/init.x86.rc
+++ b/init.x86.rc
@@ -15,7 +15,7 @@ on fs
1515 mount_all /fstab.${ro.hardware}
1616
1717 on post-fs
18- exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh
18+ exec u:r:init:s0 -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh
1919
2020 on post-fs-data
2121 mkdir /data/misc/wifi 0770 wifi wifi
@@ -63,6 +63,7 @@ service nativebridge /system/bin/enable_nativebridge
6363 class main
6464 disabled
6565 oneshot
66+ seclabel u:r:zygote:s0
6667
6768 service logcat /system/bin/logcat -b all -v threadtime -f /data/log.txt
6869 class debug
@@ -71,24 +72,29 @@ service btattach /system/bin/btattach
7172 class main
7273 disabled
7374 oneshot
75+ seclabel u:r:bluetooth:s0
7476
7577 service rtk_hciattach /vendor/bin/rtk_hciattach -n -s 115200 /dev/rtk_h5 rtk_h5
7678 class main
7779 disabled
7880 oneshot
81+ seclabel u:r:bluetooth:s0
7982
8083 service wacom-input /system/bin/wacom-input
8184 disabled
8285 oneshot
86+ seclabel u:r:inputflinger:s0
8387
8488 service tablet-mode /system/bin/tablet-mode
8589 disabled
8690 oneshot
91+ seclabel u:r:inputflinger:s0
8792
8893 service ctrl-alt-del /system/bin/input keyevent --longpress POWER
8994 disabled
9095 oneshot
9196 keycodes 97 100 111
97+ seclabel u:r:init:s0
9298
9399 on property:system_init.startsurfaceflinger=0
94100 # disable cursor blinking
@@ -98,10 +104,10 @@ on property:system_init.startsurfaceflinger=0
98104
99105 on property:sys.boot_completed=1
100106 write /proc/sys/kernel/ctrl-alt-del 0
101- exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh bootcomplete
107+ exec u:r:init:s0 -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh bootcomplete
102108
103109 on property:net.dns1=*
104- exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh netconsole
110+ exec u:r:init:s0 -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh netconsole
105111
106112 on property:debug.logcat=1
107113 class_start debug
旧リポジトリブラウザで表示