[GH-ISSUE #4416] kmail.profile broken due to wildcard #2661

Closed
opened 2026-05-05 09:19:14 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @davidebeatrici on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4416

Error: "${HOME}/.cache/akonadi*" is an invalid filename: rejected character: "*"
Error: "${HOME}/.config/akonadi*" is an invalid filename: rejected character: "*"
Error: "${HOME}/.local/share/akonadi*" is an invalid filename: rejected character: "*"
Error: "/tmp/akonadi-*" is an invalid filename: rejected character: "*"

Looks like the issue was originally introduced in 5532fbdb97.

Originally created by @davidebeatrici on GitHub (Jul 22, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4416 ``` Error: "${HOME}/.cache/akonadi*" is an invalid filename: rejected character: "*" Error: "${HOME}/.config/akonadi*" is an invalid filename: rejected character: "*" Error: "${HOME}/.local/share/akonadi*" is an invalid filename: rejected character: "*" Error: "/tmp/akonadi-*" is an invalid filename: rejected character: "*" ``` Looks like the issue was originally introduced in 5532fbdb9749c5333ac03152f8c94fd364182d32.
gitea-mirror 2026-05-05 09:19:14 -06:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@rusty-snake commented on GitHub (Jul 22, 2021):

Duplicate of #3979

<!-- gh-comment-id:884679231 --> @rusty-snake commented on GitHub (Jul 22, 2021): Duplicate of #3979
Author
Owner

@rusty-snake commented on GitHub (Jul 22, 2021):

Fixed in bb9107e2ae.

What's you firejail version?

Looks like the issue was originally introduced in ecbf5dd.

I don't have any issues with a * in a noblacklist command (for mkdir it's invalid).

<!-- gh-comment-id:884679807 --> @rusty-snake commented on GitHub (Jul 22, 2021): Fixed in bb9107e2ae25ad7ce38ba4f2eb898d384aa20d19. What's you firejail version? > Looks like the issue was originally introduced in ecbf5dd. I don't have any issues with a `*` in a `noblacklist` command (for `mkdir` it's invalid).
Author
Owner

@davidebeatrici commented on GitHub (Jul 22, 2021):

What's you firejail version?

0.9.65

Duplicate of #3979

Fixed in bb9107e.

Looks like the issue was originally introduced in ecbf5dd.

I don't have any issues with a * in a noblacklist command (for mkdir it's invalid).

Sorry, I realized later that only the mkdir directives cause the issue. As a result I didn't notice it's already fixed in master.

<!-- gh-comment-id:884692914 --> @davidebeatrici commented on GitHub (Jul 22, 2021): > What's you firejail version? 0.9.65 > Duplicate of #3979 > Fixed in bb9107e. > > Looks like the issue was originally introduced in [ecbf5dd](https://github.com/netblue30/firejail/commit/ecbf5ddb450ba0ad86d9a892e9bc14d52ad86fa4). > > I don't have any issues with a `*` in a `noblacklist` command (for `mkdir` it's invalid). Sorry, I realized later that only the `mkdir` directives cause the issue. As a result I didn't notice it's already fixed in `master`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2661
No description provided.