mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #917] Applications opening as superuser mode #622
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#622
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hethkar on GitHub (Nov 17, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/917
When i open
firejai firefoxfirejail vlcthe applications are opening as superuser mode.firefox as superuser mode https://i.imgur.com/x8EazKR.png
Same case for vlc,opera,deluge,chromium,thunderbird too.
This existed in the firejail version provided in distro repos. So i installed the latest deb(firejail_0.9.44_1_amd64.deb) and still facing the same problem.
Firejail version: firejail version 0.9.44
Desktop: MATE 1.14.1 Distro: Linux Mint 18 Sarah
Kernel: 4.4.0-21-generic x86_64 (64 bit)
@valoq commented on GitHub (Nov 17, 2016):
This is a known issue in mate: #258
The applications are actually run as a normal user.
You can verify this by running ps -ef
@hethkar commented on GitHub (Nov 18, 2016):
@valoq thanks