• 5 Posts
  • 61 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • falcon15500OPtoPrivacy@lemmy.mlTravelling to the US - precautions?
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    1
    ·
    10 months ago

    Last time I completely re-flashed my phone and only loaded it up with some “travel” accounts that were very basic. It was quite a lot of hassle, though.

    This time I think I will just sign out of and delete any cloud services/accounts of concern (including my password safe) from the phone. I will sanitise it of anything I don’t want getting into anothers hands.

    Once I am safely across the border I can re-download/install what I need.







  • Hey, sorry for the late reply. I am running rootless using a dedicated user, so I use systemctl --user to control the container. From what I understand, when running rootless the root user inside the container correlates to the outside user (which is running the container), in terms of permissions. The external directories I bind mount into the container as externally owned by my dedicated user, so that the root user inside the container owns them (inside the container).