前些天我做了一个大胆的尝试,将非Debian的SELinux Policy,放到Debian 8上,试图激活它。结果失败了。但是在探索的过程中发现了一个有趣的东西。
1. 首先获取源码:
git clone https://github.com/sjvermeu/hardened-refpolicy.git
2. 编译
a)make conf
b)make policy
这时出现了错误:
/usr/bin/checkmodule -m tmp/kdeconnect.tmp -o tmp/kdeconnect.mod
/usr/bin/checkmodule: loading policy configuration from tmp/kdeconnect.tmp
policy/modules/contrib/kdeconnect.te:70:ERROR 'syntax error' at token 'corenet_s
endrecv_kdeconnect_client_packets' on line 3295:
corenet_sendrecv_kdeconnect_client_packets(kdeconnect_t)
/usr/bin/checkmodule: error(s) encountered while parsing configuration
Rules.modular:74: recipe for target 'tmp/kdeconnect.mod' failed
make: *** [tmp/kdeconnect.mod] Error 1
修改方法很简单,反正我也不用kde,不编译它就可以了:
修改 policy/modules.conf,将</