BrikoX@lemmy.zipM to Technology@lemmy.zipEnglish · 12 days agoEdge may reportedly leak all your passwords easily and Microsoft says it's "by design"www.neowin.netexternal-linkmessage-square9linkfedilinkarrow-up1119arrow-down10file-text
arrow-up1119arrow-down1external-linkEdge may reportedly leak all your passwords easily and Microsoft says it's "by design"www.neowin.netBrikoX@lemmy.zipM to Technology@lemmy.zipEnglish · 12 days agomessage-square9linkfedilinkfile-text
Edge stores passwords in plaintext memory at startup; a tool has been released to test against the flaw.
minus-squareejs@piefed.sociallinkfedilinkEnglisharrow-up5·edit-211 days agoTIL: If you cat /proc/sys/kernel/yama/ptrace_scope on your linux distro: 0: All processes with same UID can read each other’s memory 1: Restricted (Only parents can read children) 2: Admin only (Requires sudo). Most distros have this set to 1 by default. More details: man 2 ptrace, search using /: scope
TIL: If you
cat /proc/sys/kernel/yama/ptrace_scopeon your linux distro:Most distros have this set to 1 by default.
More details:
man 2 ptrace, search using/:scope