mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5272] fcopy: cannot copy files with private-etc (ACLs) #2938
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#2938
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 (Jul 24, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5272
I have trouble with firejail and systemd again.
In my debianvm bullseye systemd starting well with php-fpm and user nginx and group nginx, when I disable private-etc.
When I try to start with privare-etc last days working well but now not.
With
private-etc nginxin php-fpm.profile:I tried with
chown -R nginx:nginx /etc/nginx/, but the same error happens.When I disable private-etc, everything works.
But it appears suddenly... suddenly cant fcopy to new overlayfs I think... week before it could start wity private-etc nginx very well.
@osevan commented on GitHub (Jul 24, 2022):
My fix is, copy files to another location and copy back fixed my problem.
But now new question: setfacl feature ignored by Firejail fcopy? I think so.
I think fcopy cant recognize setfacl users in some directorys i hope it will be fixed in private-etc
@smitsohu commented on GitHub (Jul 27, 2022):
Yes, your are right. fcopy knows nothing about access control lists currently.
@osevan commented on GitHub (Jul 29, 2022):
Ok thx for response
Please inform me here if setfacl features are considered and taken into account by Firejail.
Because acl feature is for hardening guys very important.
Thanks and
Best regards
@kmk3 commented on GitHub (Sep 5, 2024):
Duplicate of #5341