If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
The following Topic Prefixes are designated for use in Community Cafe:
DS (Distribution Showdown)
GN (Geek News)
KLD (Kubuntu or Linux Discussion)
TWC (The Water Cooler)
KUT (Kubuntu User Testimony)
NRD (Next Release Discussion)
While use is not required, doing so allows for efficient Filtering.
Great. After all these years of not worrying about crap like that [on my computers], now I have to worry about my phone?
BTW, the first line of the actual article pissed me off:
Android and iOS fanboys may bicker endlessly over which operating mobile system is better
> I love bickering about how my Android phone is better than any other OS.
Yeah, I am actually surprised. Applications run in a Dalvik VM (virtual machine)... I would have thought Google would have made this a bit more difficult to take advantage of. In all fairness though, the user DOES have to install applications (in most cases), so this issue exists for ALL operating systems --> error between keyboard and user.
But anyways, we'll see how the situation develops. I'm sure Google is doing something about it; hopefully it won't make the development environment overly restricted like Apple's.
Yeah, I am actually surprised. Applications run in a Dalvik VM (virtual machine)... I would have thought Google would have made this a bit more difficult to take advantage of. In all fairness though, the user DOES have to install applications (in most cases), so this issue exists for ALL operating systems --> error between keyboard and user.
Dalvik is designed to maximize shared memory and doesn't provide any kind of security boundary. Application permissions are based on PIDs and GIDs assigned when an application is installed. The kernel enforces these permissions; there's no mechanism to dynamically reassign them and Dalvik cannot offer runtime security checking.
Comment