mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2941] gnome-schedule is broken #1836
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#1836
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 (Sep 6, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2941
After recent changes to the
gnome-scheduleprofile this app is now broken:I can only make it work by adding the following to
gnome-schedule.local:Adding noblacklist /etc/at.{allow,deny} was changed in https://github.com/netblue30/firejail/pull/2886 (see
2e9a23d30c (diff-3e7cec4e68d91d1d0d349532367d3659)). Unsure what's the best way to fix this...@rusty-snake commented on GitHub (Sep 6, 2019):
@glitsj16 your right, probably it's the best to drop
private-etc. But why do you need thenoblacklists, on my systemfirejail --ignore=private-etc --profile=gnome-schedule cat /etc/at.denyworks?Makes no sens, or?
Where we blacklist?
I get this error if
private-etccontains files that I can't read.@ghost commented on GitHub (Sep 6, 2019):
@rusty-snake
Turned out that on my system /etc/at.deny had 0640 permissions. After changing that to 0644 all that is needed to fix the profile is
ignore private-etc. Thanks for making me look further than I did before 👍 .