pwmt / zathura

Document viewer
https://pwmt.org/projects/zathura
zlib License
1.88k stars 129 forks source link

add sandbox command line option - [closed] #528

Closed sebastinas closed 2 months ago

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 14, 2022, 17:26


Merges master -> develop

This commit adds an alternative command line option to set the sandbox mode as an alternative to the configuration option.

One example use cases would be to have the sandbox set to strict in the configuration for general use and use the command line option --sandbox=normal (or none) when using zathura in something like vimtex where we want all features and the file is safe anyway.

The command line option is prioritized if there is a different setting in zathurarc

Also added a warning to the strict sandbox if X11 is detected in order to make sure users are aware of the missing isolation.

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 21, 2022, 01:09


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 21, 2022, 01:14


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 21, 2022, 01:17


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 21, 2022, 01:34


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 16:26


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 16:50


Edit: moving filter improvements to different merge request

Sorry for the noise

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 17:25


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 17:28


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 17:32


added 1 commit

Compare with previous version

sebastinas commented 1 year ago

On GitLab by @valoq on Dec 22, 2022, 18:42


Closing to restructure patch and make a clean merge request