mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1215] Nylas Mail Profile #831
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#831
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 @mustaqimM on GitHub (Apr 13, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1215
@Fred-Barclay I finally got it to work now with the above profile. But I might have added an option that isn't needed, so could you please review it.
@netblue30 commented on GitHub (Apr 14, 2017):
Take a look in /home/username/.cache directory if there is a directory created by nylas - something like ~/.cache/nylas or similar.
Some mail clients use to move deleted emails over in ~/.cache. Thunderbird does it this way. We will have to blacklist that directory in disable-programs.inc file. Thanks for the profile.
@Fred-Barclay commented on GitHub (Apr 14, 2017):
@mustaqimM That looks pretty good! I agree with @netblue30: there might be a .cache/nylas directory that would need to be whitelisted.
ignore private-tmpshouldn't be necessary.Also, can you replace the
protocol unix,inet,inet6,netlinkline withprotocol unix,inet,inet6? I don't know if it'll work but it's worth a try.@mustaqimM commented on GitHub (Apr 14, 2017):
@netblue30 There isn't one in
cachebecause all actions occur in~/.nylas-mail/, including downloading of attachments. Nylas doesn't download emails like Thunderbird.@Fred-Barclay It requires
netlinkor it won't start. Alsowhitelist ${DOWNLOADS}should be added so the Save dialog can choose to save to it@Fred-Barclay commented on GitHub (Apr 14, 2017):
Thanks! Would you like to open a pull request for this, or would you rather me just copy the profile over?
@mustaqimM commented on GitHub (Apr 14, 2017):
@Fred-Barclay I'm fine with whatever you feel is easier
@Fred-Barclay commented on GitHub (Apr 14, 2017):
It's been added:
e08c80d0a9Thanks @mustaqimM!