diff options
Diffstat (limited to 'network/teams/fix_glibc-2.35.patch')
-rw-r--r-- | network/teams/fix_glibc-2.35.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/teams/fix_glibc-2.35.patch b/network/teams/fix_glibc-2.35.patch new file mode 100644 index 000000000000..8741cf548648 --- /dev/null +++ b/network/teams/fix_glibc-2.35.patch @@ -0,0 +1,9 @@ +--- usr/bin/teams.old 2022-03-21 18:53:40.958533543 -0300 ++++ usr/bin/teams 2022-03-21 18:54:01.813813567 -0300 +@@ -8,5 +8,5 @@ + + mkdir -p "$TEAMS_LOGS" + +-nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 & ++nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox --disable-seccomp-filter-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 & + |