美文网首页
阅读《Android沙箱机制》

阅读《Android沙箱机制》

作者: 普通的程序员 | 来源:发表于2021-02-27 18:43 被阅读0次

    原文地址
    https://mp.weixin.qq.com/s?__biz=MzUxODQ3MTk5Mg==&mid=2247483958&idx=1&sn=79dfb691ac1c9ce3ecaf92279e508126&chksm=f9892a61cefea377fded2dc9dbf06cad82bb75a3fce3075c590492b5e02b064e633760a21ecc&scene=38#wechat_redirect

    image.png

    『Android
    先看adb shell,我们先记住下面这个结论,后面会给出解释:
    adb shell 实际上是以“shell”这个uid启动shell进程
    adb shell xx 则是fork一个shell进程的子进程xx
    因此xx进程的uid、gid与shell的uid、gid一致:id=2000』

    image.png

    shell的权限问题?


    image.png

    相关文章

      网友评论

          本文标题:阅读《Android沙箱机制》

          本文链接:https://www.haomeiwen.com/subject/clpifltx.html