Logo
Explore Help
Register Sign In
admin/clients
1
0
Fork 0
You've already forked clients
mirror of https://github.com/bitwarden/clients.git synced 2026-02-09 18:34:13 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
281b4db424fd2fc2dbcfd8c1933cb1c2ebdc1c21
clients/apps/desktop/resources/memory-dump-wrapper.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
185 B
Bash
Raw Normal View History

[PM-8395] [POC] Introduce wrapper script to prevent renderer coredumps in desktop linux (#9395) * Add wrapper script to protect from coredumps and re-enable process reload * Allow args passthrough and clean up after-pack script
2024-07-24 19:17:11 +02:00
#!/bin/sh
# disable core dumps
ulimit -c 0
[PM-10689] Fix rpm (& deb) packages not starting by following symlink (#10429) * Fix rpm packages not starting by following wrapper-script executable symlink * Restore newline * Add missing space
2024-08-07 16:15:31 +02:00
# might be behind symlink
RAW_PATH=$(readlink -f "$0")
APP_PATH=$(dirname $RAW_PATH)
[PM-8395] [POC] Introduce wrapper script to prevent renderer coredumps in desktop linux (#9395) * Add wrapper script to protect from coredumps and re-enable process reload * Allow args passthrough and clean up after-pack script
2024-07-24 19:17:11 +02:00
# pass through all args
[PM-10689] Fix rpm (& deb) packages not starting by following symlink (#10429) * Fix rpm packages not starting by following wrapper-script executable symlink * Restore newline * Add missing space
2024-08-07 16:15:31 +02:00
$APP_PATH/bitwarden-app "$@"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 1365ms Template: 256ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API