Loading fastboot/fastboot.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ static struct { { nullptr, "boot_other.img", "boot.sig", "boot", true, true }, { "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, false }, { "dts", "dt.img", "dt.sig", "dts", true, false }, { "odm", "odm.img", "odm.sig", "odm", true, false }, { "product", "product.img", "product.sig", "product", true, false }, { "recovery", "recovery.img", "recovery.sig", "recovery", true, false }, { "system", "system.img", "system.sig", "system", false, false }, Loading init/stable_properties.h +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static const std::set<std::string> kExportedActionableProperties = { "persist.sys.zram_enabled", "ro.bootmode", "ro.build.type", "ro.debuggable", "sys.boot_completed", "sys.retaildemo.enabled", "sys.shutdown.requested", Loading libcutils/fs_config.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -186,16 +186,11 @@ static const struct fs_path_config android_files[] = { { 00755, AID_SYSTEM, AID_GRAPHICS, CAP_MASK_LONG(CAP_SYS_NICE), "system/bin/surfaceflinger" }, // Support hostapd administering a network interface (Old Path: <= O-MR1 release). // Support hostapd administering a network interface. { 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) | CAP_MASK_LONG(CAP_NET_RAW), "vendor/bin/hostapd" }, // Support hostapd administering a network interface (New Path: >= P release). { 00750, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) | CAP_MASK_LONG(CAP_NET_RAW), "vendor/bin/hw/hostapd" }, // Support Bluetooth legacy hal accessing /sys/class/rfkill // Support RT scheduling in Bluetooth { 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN) | Loading Loading
fastboot/fastboot.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ static struct { { nullptr, "boot_other.img", "boot.sig", "boot", true, true }, { "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, false }, { "dts", "dt.img", "dt.sig", "dts", true, false }, { "odm", "odm.img", "odm.sig", "odm", true, false }, { "product", "product.img", "product.sig", "product", true, false }, { "recovery", "recovery.img", "recovery.sig", "recovery", true, false }, { "system", "system.img", "system.sig", "system", false, false }, Loading
init/stable_properties.h +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static const std::set<std::string> kExportedActionableProperties = { "persist.sys.zram_enabled", "ro.bootmode", "ro.build.type", "ro.debuggable", "sys.boot_completed", "sys.retaildemo.enabled", "sys.shutdown.requested", Loading
libcutils/fs_config.cpp +1 −6 Original line number Diff line number Diff line Loading @@ -186,16 +186,11 @@ static const struct fs_path_config android_files[] = { { 00755, AID_SYSTEM, AID_GRAPHICS, CAP_MASK_LONG(CAP_SYS_NICE), "system/bin/surfaceflinger" }, // Support hostapd administering a network interface (Old Path: <= O-MR1 release). // Support hostapd administering a network interface. { 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) | CAP_MASK_LONG(CAP_NET_RAW), "vendor/bin/hostapd" }, // Support hostapd administering a network interface (New Path: >= P release). { 00750, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) | CAP_MASK_LONG(CAP_NET_RAW), "vendor/bin/hw/hostapd" }, // Support Bluetooth legacy hal accessing /sys/class/rfkill // Support RT scheduling in Bluetooth { 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN) | Loading