Hi, everyone.

I was wandering, why google didn't implemented a solution on android
similar to gnu/linux (with PAM, pam_limits.so and limits.conf) to prevent
forkbombing? apparently, there is no way to protect the system from this
simple native code

while( true ){
    fork();
}

any thoughts?

Fiuza Junior

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/android-security-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to