MNT (Pocket) Reform Security PSA:
- yesterday, @xtaran disclosed to me that `/etc/apt/sources.list.d/mntre.sources` had world writable permissions (666) on our default system
- @josch immediately fixed the issue in `reform-system-image` and `reform-tools`
- to fix the issue, do `sudo apt update` followed by `sudo apt install reform-tools`
Conversation
Notices
-
minute (mntmn@mastodon.social)'s status on Wednesday, 30-Oct-2024 05:12:50 JST minute -
minute (mntmn@mastodon.social)'s status on Wednesday, 30-Oct-2024 08:18:38 JST minute @xtaran @josch to check if you have other potentially world-writable files in /etc, you can do: `sudo find /etc \( \! -type l \) -perm /o+w`
-
minute (mntmn@mastodon.social)'s status on Wednesday, 30-Oct-2024 08:36:43 JST minute @PhoenixGee yeah, "not symlinks"
-
Phoenix Gee 🥥🌴😸💃 (phoenixgee@soc.k512.studio)'s status on Wednesday, 30-Oct-2024 08:36:45 JST Phoenix Gee 🥥🌴😸💃 @mntmn what's the escaped ( ! ) for? Is that a way to say "-not"?
-