1.audit2allow的安装:
#sudo apt install policycoreutils
2.audit2allow的用法
(1)抓取和权限相关的log指令,并重定向保存至文件(假如是:avcTest.txt):
#adb logcat -b all | grep "avc" > ./avcTest.txt
(2)将保存相关的log的文件复制到ubuntu里面,使用命令:
#audit2allow -i avcTest.txt -o avc.te
3.打开生成的avc.te文件,根据路径将对应的代码段加到对应的位置即可。