mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3905] nginx cant start in firejail version 0.9.63 #2446
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#2446
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 @osevan on GitHub (Jan 21, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3905
without firejail
starting very well
i have chowned with chown -R nginx:nginx /var/log/nginx and /usr/local/nginx on host (outside sandbox)
my profile nginx.profile located in /usr/local/etc/firejail/nginx.conf is
my etc/init.de/nginx script:
EDIT by @rusty-snake: added code-blocks
@rusty-snake commented on GitHub (Jan 21, 2021):
What distro do you use? From which commit did you compiled firejail. (OT: you should update it)
Does it work with
firejail --noprofile …?firejail --writeable-var …?firejail --writeable-var-log …?Does it work if you undo the chown?
Is there are LSM like AppArmor or SELinux sandboxing nginx too?
Is anything relevant in the syslog?
@osevan commented on GitHub (Jan 22, 2021):
I fixed with two steps but an update was not needed.
I have updated to latest master,but error Logs comes too.
I needed for both log files chmod 776 logs* else not working.
Thanks for help
@osevan commented on GitHub (Jan 22, 2021):
btw now i cant join with --join=pidid
error spit out:
permission is denied to join a sandbox.
@osevan commented on GitHub (Jan 22, 2021):
moment after sudo firejal --join=pid is.working