mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3384] Akondai issues #2126
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#2126
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 @ghost on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3384
Describe the bug
blacklist violation - sandbox 6043, exe akonadi_control, syscall open64, path /proc/sys/kernel/core_pattern.
May be a false positive from a upstream akonadi bug, I'm not sure. All I know is akonadi was working recently (last week) up until I added firejail and apparmor to my system.
Behavior change on disabling firejail
It still fails now but doesn't note the error related to the blacklist.
To Reproduce
Steps to reproduce the behavior:
blacklist violation - sandbox 6043, exe akonadi_control, syscall open64, path /proc/sys/kernel/core_patternExpected behavior
Akonadi should start, allowing the use of kdepim and other features of the Akonadi sever.
Desktop (please complete the following information):
Additional context
Akonadi plugs into many kde applications such as pim, which the lack of akonadi outright breaks preventing the use of such applications.
Checklist
debug output
@smitsohu commented on GitHub (Apr 26, 2020):
The problem is that no akonadictl profile exists, and it cannot run with the default profile.
Two possible solutions:
include akonadi_control.profilesudo ln -s /usr/bin/firejail /usr/local/bin/akonadi_control, and thenakonadictl startwithout prepending firejail.You can check with
firejail --treeif this works.@rusty-snake commented on GitHub (Jul 16, 2020):
I'm closing here due to inactivity, please fell free to reopen if you still have this issue.