mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 03:00:31 +00:00
14 lines
280 B
Diff
14 lines
280 B
Diff
Fix seccomp crash with setgid(9999)
|
|
|
|
--- a/src/portab/portab.h
|
|
+++ b/src/portab/portab.h
|
|
@@ -128,7 +128,7 @@ typedef unsigned char bool;
|
|
# define HOST_VENDOR "unknown"
|
|
#endif
|
|
|
|
-#ifdef __HAIKU__
|
|
+#if defined(__HAIKU__) || defined(__ANDROID__)
|
|
# define SINGLE_USER_OS
|
|
#endif
|
|
|