mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1877] CRONTABS for user #1266
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#1266
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 @Gimly86 on GitHub (Apr 10, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1877
Hello All,
Firejail version :
~# dpkg -l|grep firejailii firejail 0.9.52-2~bpo9+2 amd64 sandbox to restrict the application environmentI use Firejail to made SSH jail and it work fine.
But I want to know how I can allow user to use their own CRONTAB.
I use a custom profile :
private-bin crontabnoblacklist /var/spool/cron/crontabs/But, when I test the command crontab in shell, I've this error :
:~$ crontab -ecrontabs/testuser/: fdopen: Permission deniedWhat I have to do to allow the using of CRONTAB command, please ?
Thanks in advance :)
@netblue30 commented on GitHub (Apr 15, 2018):
I have here a profile that works (Debian stable):
private-bin and seccomp seem to kill it. At least on Debian crontab seems to be SUID group, it needs to elevate privileges.