https://github.com/garyttierney/secsp
SELinux C-style Policy Language
https://github.com/garyttierney/secsp
Last synced: 5 months ago
JSON representation
SELinux C-style Policy Language
- Host: GitHub
- URL: https://github.com/garyttierney/secsp
- Owner: garyttierney
- License: mit
- Created: 2017-09-02T15:39:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T05:16:23.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T15:06:47.889Z (over 3 years ago)
- Language: Rust
- Homepage:
- Size: 1.19 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secsp
[](https://codecov.io/gh/garyttierney/secsp)
[](https://travis-ci.org/garyttierney/rust-csp)

[](https://copr.fedorainfracloud.org/coprs/gtierney/cspc/)
## Introduction
secsp is a C-style SELinux policy language for the High-Level Language Infrastructure. It targets CIL, and takes inspiration from
refpolicy and the kernel policy language in it's syntax.
**NOTE**: This repository is currently largely a work in progress and undergoing a major rewrite.
For an idea of what currently works (and what is being worked on) see the [issues](https://github.com/garyttierney/secsp/issues) page..