Files
LibreELEC.tv/packages/addons/browser/chromium/patches/chromium-0002_allow-runing-as-root.patch
2016-04-07 02:52:42 -07:00

11 lines
433 B
Diff

--- a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc 2015-12-15 12:05:07.000000000 -0800
+++ b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc 2016-01-12 16:08:45.701976368 -0800
@@ -140,7 +140,6 @@
#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
// Now that we have some minimal ui initialized, check to see if we're
// running as root and bail if we are.
- DetectRunningAsRoot();
#endif
}