this post was submitted on 05 Dec 2024
34 points (100.0% liked)

Linux

48665 readers
547 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

cross-posted from: https://leminal.space/post/12999238

Hi,

when running an Android app in Waydroid, what data can it see? Can it read my local hard drive? Can it scan my network? Can I manage it to just live in it's container and get nothing but an internet connection?

top 2 comments
sorted by: hot top controversial new old
[–] Tlaloc_Temporal@lemmy.ca 12 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

If you want waydroid to see files on the host, you need to muck around with bind-mounting a directory, or just using abd to move files manually.

I think waydroid can't see anything beyond itself normally. I had a hell of a time trying to get files on there, so if there's an easy way to get Waydroid to see files on the host, I couldn't find it.

[–] Knuschberkeks@leminal.space 2 points 2 weeks ago* (last edited 2 weeks ago)

great. I don't want those apps snooping around on my PC. Thank you.