美文网首页
seccomp prevented call to disall

seccomp prevented call to disall

作者: 火把_033f | 来源:发表于2020-08-06 14:53 被阅读0次

    问题描述

    android 平台上自定义system call 后调用失败

    解决方案

    adb shell setenforce 0 
    
    然后杀掉 system-server 进程.
    system-server 进程会自动重启
    

    引用

    https://android-developers.googleblog.com/2017/07/seccomp-filter-in-android-o.html

    相关文章

      网友评论

          本文标题:seccomp prevented call to disall

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