mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:18:59 -05:00
Snap: Remove SUID from sandbox binary (#246307)
* debug * remove SUID * damn it * remove unnecessary logs
This commit is contained in:
@@ -61,6 +61,7 @@ parts:
|
||||
override-build: |
|
||||
snapcraftctl build
|
||||
patchelf --force-rpath --set-rpath '$ORIGIN/../../lib/x86_64-linux-gnu:$ORIGIN:/snap/core20/current/lib/x86_64-linux-gnu' $SNAPCRAFT_PART_INSTALL/usr/share/@@NAME@@/chrome_crashpad_handler
|
||||
chmod 0755 $SNAPCRAFT_PART_INSTALL/usr/share/@@NAME@@/chrome-sandbox
|
||||
cleanup:
|
||||
after:
|
||||
- code
|
||||
|
||||
Reference in New Issue
Block a user