Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:selinux_policy_development [2022/04/23 09:52] – [Creating a new selinux-policy-myfork empty repository on Github] colodocs:guide-developer:selinux_policy_development [2022/04/23 11:00] (current) – [Installing and setting up build requirements] colo
Line 22: Line 22:
 ===== Installing and setting up build requirements ===== ===== Installing and setting up build requirements =====
  
-We're going to start by creating an OpenWrt Image Builder (IB) archive that can be used to assemble OpenWrt factory and sysupgrade images with included SELinux support. We have to ensure that we have all required build dependencies installed on our build system. In addition to the usual required host packages, we also need the ''secilc'' program, so that we can compile SELinux policy written in "CIL".+We're going to start by creating an OpenWrt Image Builder (IB) archive that can be used to assemble OpenWrt factory and sysupgrade images with included SELinux support. We have to ensure that we have all required build dependencies installed on our build system. In addition to the usual required host packages, we also need the ''secilc'' program, so that we can compile SELinux policy written in [[https://github.com/SELinuxProject/selinux/blob/master/secilc/docs/README.md|Common Intermediate Language (CIL)]].
  
 <code> <code>
  • Last modified: 2022/04/23 09:52
  • by colo