Loading init/init.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -602,6 +602,7 @@ int main(int argc, char** argv) { restorecon("/dev"); restorecon("/dev/socket"); restorecon("/dev/__properties__"); restorecon("/property_contexts"); restorecon_recursive("/sys"); epoll_fd = epoll_create1(EPOLL_CLOEXEC); Loading init/property_service.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,8 @@ void property_init() { property_area_initialized = true; if (__system_property_area_init()) { return; ERROR("Failed to initialize property area\n"); exit(1); } pa_workspace.size = 0; Loading Loading
init/init.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -602,6 +602,7 @@ int main(int argc, char** argv) { restorecon("/dev"); restorecon("/dev/socket"); restorecon("/dev/__properties__"); restorecon("/property_contexts"); restorecon_recursive("/sys"); epoll_fd = epoll_create1(EPOLL_CLOEXEC); Loading
init/property_service.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,8 @@ void property_init() { property_area_initialized = true; if (__system_property_area_init()) { return; ERROR("Failed to initialize property area\n"); exit(1); } pa_workspace.size = 0; Loading