mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #308] --name option no longer works #216
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#216
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 @ghost on GitHub (Feb 19, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/308
Looks like recent commits broke support for the --name option. I see the below both when using the --name option from cli and when setting name in a *.profile file under ~/.config/firejail:
$ firejail --name=firefox --private=$HOME firefox
Reading profile /home/dirkos/.config/firejail/firefox.profile
Reading profile /etc/firejail/firefox.profile
Reading profile /etc/firejail/disable-mgmt.inc
Reading profile /etc/firejail/disable-secret.inc
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-terminals.inc
Reading profile /etc/firejail/whitelist-common.inc
Error: cannot create /run/firejail/name/2197
$ firejail --version
firejail version 0.9.39
$ ls -l /run/firejail
dr-x------ 2 root root 40 Feb 19 22:28 firejail.ro.dir
-r-------- 1 root root 0 Feb 19 22:28 firejail.ro.file
drwxr-xr-x 2 root root 40 Feb 19 22:28 mnt
The above output is from a machine running Arch Linux, but I get the exact same error(s) on a Ubuntu machine, both running latest firejail from git.
@ghost commented on GitHub (Feb 20, 2016):
EDIT: after updating to current git things are back to normal. Please regard the above as obsolete.
@netblue30 commented on GitHub (Feb 20, 2016):
No problem, I was moving things around lately!