mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3345] cgroup owner checking ... #2100
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#2100
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 @kakasync on GitHub (Apr 11, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3345
3e2347451c/src/firejail/cgroup.c (L99)how to make the global cgroup tasks permission work with all firejail users ?
for example, cat /etc/firejail/prog.local
cgroup /sys/fs/cgroup/firejail/task
what permission can work with all firejail users?
if set /sys/fs/cgroup/firejail/task as userA:userB (chown userA:userB /sys/fs/cgroup/firejail/task),
than it can not work with userC...
please advise, thanks.
@kakasync commented on GitHub (Apr 12, 2020):
one more question, why it cannot work?
cgexec cpu:low /usr/bin/firejail
firejail said: No such file or directory
@matu3ba commented on GitHub (Apr 12, 2020):
Firejail is generally intended to restrict userspace programs. If you are asking about setups with multiple users, you can call from each user firejail or use the desktop integration.
I am not sure, what you want to do exactly.
@matu3ba commented on GitHub (Apr 12, 2020):
Use
firejail programto open the program in a sandbox.Suggestion to close this.