netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.84k stars 568 forks source link

profiles: wget: unify wget2 into wget profile #6551

Closed kmk3 closed 2 days ago

kmk3 commented 3 days ago

According to @rusty-snake[1]:

Distributions started to replace wget with wget2 (I.e. wget and wget2 are the same binary where one of them is a symlink to the other).

So move all custom entries (other than private-bin) from wget2.profile into wget.profile and turn wget2.profile into more of a redirect to wget.profile.

[1] https://github.com/netblue30/firejail/pull/6542#pullrequestreview-2426287045