mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #283] Set niceness #196
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#196
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 @nick75e on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/283
Hi!
If possible, I'd like an option to set a different niceness to processes e.g:
nice -20and--nice=-20.Thanks
@voidzero commented on GitHub (Feb 9, 2016):
To add to this, maybe task scheduling
chrt(1), cpu affinitytaskset(1), IO schedulingionice(1)would also be... nice to have. And perhapssetarch(8)with which people can change personality flags among other things.For scheduling also see
sched(7), in short, chrt is nice for different scheduling reasons: users can choose SCHED_BATCH and perhaps also SCHED_FIFO, SCHED_RR depending on /etc/security/limits.conf.(Note for whom it may concern; words like
this(n)refer to manual pages. Example:man 1 chrt.)@netblue30 commented on GitHub (Feb 11, 2016):
Implemented in git!
@nick75e commented on GitHub (Feb 12, 2016):
Thanks!