-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Electron has an executable stack #11628
Copy link
Copy link
Closed
Description
- Electron version: 1.7.10
- Operating system: Ubuntu 16.04
Executable stacks are problematic. Electron applications distributed as snaps will encounter AppArmor denials because the prebuilt electron binary has an executable stack.
Expected behavior
Electron does not have an executable stack.
Actual behavior
Electron has an executable stack.
How to reproduce
$ wget https://github.com/electron/electron/releases/download/v1.7.10/electron-v1.7.10-linux-x64.zip
$ unzip electron-v1.7.10-linux-x64.zip
$ execstack -q electron
X electron
Reactions are currently unavailable