[GH-ISSUE #1562] blacklist clipboard history file #1038

Closed
opened 2026-05-05 07:20:17 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @HighIO on GitHub (Sep 18, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1562

some clipboard managers save the entire contents in plain texts
eg,
https://github.com/cdown/clipmenu/ cache in /tmp/clipmenu.$major_version.$USER
https://github.com/erebe/greenclip/ cache in ~/.cache/greenclip.history and ~/.cache/greenclip.staticHistory

Access to the cache dir or files should be prohibited by default.
Could you add this to /etc/firejail/disable-common.local ## History files

blacklist /tmp/clipmenu*   
blacklist ${HOME}/.cache/greenclip*
Originally created by @HighIO on GitHub (Sep 18, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1562 some clipboard managers save the entire contents in plain texts eg, https://github.com/cdown/clipmenu/ cache in ```/tmp/clipmenu.$major_version.$USER``` https://github.com/erebe/greenclip/ cache in ```~/.cache/greenclip.history``` and ```~/.cache/greenclip.staticHistory``` Access to the cache dir or files should be prohibited by default. Could you add this to ```/etc/firejail/disable-common.local``` ## History files ``` blacklist /tmp/clipmenu* blacklist ${HOME}/.cache/greenclip* ```
gitea-mirror 2026-05-05 07:20:17 -06:00
Author
Owner

@netblue30 commented on GitHub (Sep 18, 2017):

All set, thanks.

<!-- gh-comment-id:330205553 --> @netblue30 commented on GitHub (Sep 18, 2017): All set, thanks.
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#1038
No description provided.