• 1 Post
  • 17 Comments
Joined 1 year ago
cake
Cake day: January 12th, 2024

help-circle





  • Now if Google could explain why toggling wifi through Tasker requires root, I would LOVE to hear the reasoning…

    tbf all hardware-functions require root permission by default.

    Linux does the same thing. If you want to access /dev/sda, it requires root.

    I could guess one of the ways it could interfere with security is that it would probably also allow the app to disable WiFi. If the app does that, it could incur costs as now data is being transmitted over mobile connectivity. Also, it would maybe allow the app to find your mobile-IP address, which could be used to geotrack you. But i don’t know, i’m just talking out of my ass here.


  • tbh the security settings on desktop devices tend to be more lax in general; for example almost any desktop pc has an open bootloader, means you can sideload an operating system from usb. The consequence is that no password-at-login will protect your private data; only full disk encryption can.

    Smartphones on the other hand often have a fully-locked bootloader, which means it’s totally non-trivial to install an alternative operating system. especially, it often contains wiping any data on the smartphone, so an attacker with access to the device can’t simply install their own OS and read the internal storage.