Skip to content

Electron has an executable stack #11628

@evandandrea

Description

@evandandrea
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions