kurumin@linux.community to Linux@lemmy.mlEnglish · 11 months agoLazarus hackers now push Linux malware via fake job offerswww.bleepingcomputer.comexternal-linkmessage-square24fedilinkarrow-up1154arrow-down13cross-posted to: linux@sopuli.xyz
arrow-up1151arrow-down1external-linkLazarus hackers now push Linux malware via fake job offerswww.bleepingcomputer.comkurumin@linux.community to Linux@lemmy.mlEnglish · 11 months agomessage-square24fedilinkcross-posted to: linux@sopuli.xyz
minus-squareBCsven@lemmy.calinkfedilinkarrow-up27·11 months agoSo doesn’t the user have to add +x to run this?
minus-squareleopold@lemmy.kde.sociallinkfedilinkEnglisharrow-up28arrow-down1·11 months agoIt never occurred to me before reading this comment that there actually is a use case for the execute permission. To me it was always just this annoying thing I have to do whenever I download an executable which I didn’t have to do on Windows.
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up8·11 months agoFun fact, Windows has the same permission it just defaults to enabled.
minus-squareRustmilian@lemmy.worldlinkfedilinkEnglisharrow-up23·edit-211 months agoNo because the zip archive retains permissions of the contained files.
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up32·11 months agoHm, maybe there should be an option to always disable the executable permission when extracting
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up2·edit-211 months agoZip too? I thought only on Windows, while tar retains unix permissions.
So doesn’t the user have to add +x to run this?
It never occurred to me before reading this comment that there actually is a use case for the execute permission. To me it was always just this annoying thing I have to do whenever I download an executable which I didn’t have to do on Windows.
Fun fact, Windows has the same permission it just defaults to enabled.
No because the zip archive retains permissions of the contained files.
Hm, maybe there should be an option to always disable the executable permission when extracting
Ah, right
Zip too? I thought only on Windows, while tar retains unix permissions.