mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #429] fshaper.sh syntax error when issued by firejail #310
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#310
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 @NoAgendaIT on GitHub (Apr 12, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/429
This is currently not working on master as can be seen here:
% firejail --bandwidth=22850 set eth0 80 20 Removing bandwith limit Cannot find device "ingress" Error: missing parameters Usage: fshaper.sh --status fshaper.sh --clear device fshaper.sh --set device download-speed upload-speedHowever, When I run
fshaper.shon its own, as root, with--set veth22853eth0 80 20, the script will work as expected.(By the way, if anyone is confused while reading this: that number 22850 is the PID of a jail, which could be found via
firejail --list.)@reinerh commented on GitHub (Jul 30, 2016):
@NoAgendaIT Do you still have this issue?
For me it's working with 0.9.42-rc1.
@netblue30 commented on GitHub (Jul 31, 2016):
I could never reproduce it here also.