mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #376] –caps.keep and --user #268
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#268
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 @netblue30 on GitHub (Mar 22, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/376
From wordpress:
Hi, if I want to run a server using the port 80 and I see that I need CAP_NET_BIND_SERVICE, but I also want to run it under a non-root user, how can I make firejail allow that capability to that program?
For example:
I get a socker bind error. Invalid permission. I guess because I am setting the user a webserver firejail running as root is not inheriting its capabilities to the child webserver.
@netblue30 commented on GitHub (Jul 10, 2016):
I had to drop --user option. It is basically equivalent with a "sudo -u username firejail ..."