BrikoX@lemmy.zipM to Technology@lemmy.zipEnglish · 2 months agoEdge may reportedly leak all your passwords easily and Microsoft says it's "by design"www.neowin.netexternal-linkmessage-square8linkfedilinkarrow-up1120arrow-down10file-text
arrow-up1120arrow-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 · 2 months agomessage-square8linkfedilinkfile-text
Edge stores passwords in plaintext memory at startup; a tool has been released to test against the flaw.
minus-squareejs@piefed.sociallinkfedilinkEnglisharrow-up5·2 months 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