当前位置:   article > 正文

audit2allow 的 -p 参数_audit2allow -p

audit2allow -p

网络上大量资料都是说audit2allow 要这样用

 audit2allow -i avc.log

其实这样是用ubuntu 上的sepolicy去检测 avc.log 中的avc 

会报一些莫名其妙的问题:

libsepol.context_from_record: user u is not defined
libsepol.context_from_record: could not create context structure
libsepol.context_from_string: could not create context structure
libsepol.sepol_context_to_sid: could not convert u:r:net_recovery:s0 to sid
libsepol.context_from_record: user u is not defined
libsepol.context_from_record: could not create context structure
libsepol.context_from_string: could not create context structure
libsepol.sepol_context_to_sid: could not convert u:r:net_recovery:s0 to sid
libsepol.context_from_record: user u is not defined
libsepol.context_from_record: could not create context structure
libsepol.context_from_string: could not create context structure
libsepol.sepol_context_to_sid: could not convert u:r:net_recovery:s0 to sid
libsepol.context_from_record: user u is not defined
libsepol.context_from_record: could not create context structure
libsepol.context_from_string: could not create context structure
libsepol.sepol_context_to_sid: could not convert u:r:net_recovery:s0 to sid

我们可以加-p参数,让audit2allow用我们编出来的sepolicy

audit2allow -i avc.log -p ./sepolicy

#============= xxx ==============

#!!!! This avc is allowed in the current policy
allow xxx self:udp_socket { create ioctl };

sepolicy 文件在: LINUX/android/out/target/product/xxx/recovery/root/sepolicy

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/article/detail/49604
推荐阅读
相关标签
  

闽ICP备14008679号