Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkpolicy: build-depend on libselinux | Daniel Golle | 2020-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | Static libraries and headers of libselinux and libsepol are required for checkpolicy to build. Fixes error: policy_parse.y:45:10: fatal error: sepol/policydb/expand.h: No such file or directory #include <sepol/policydb/expand.h> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | checkpolicy: new package | Thomas Petazzoni | 2020-08-31 | 1 | -0/+51 |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [update to 3.1, make use of Python 3, and move to openwrt.git] Signed-off-by: W. Michael Petullo <mike@flyn.org> |