An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# secsp

[![codecov](https://img.shields.io/codecov/c/github/garyttierney/secsp.svg)](https://codecov.io/gh/garyttierney/secsp)
[![Build Status](https://img.shields.io/travis/rust-lang/rust.svg)](https://travis-ci.org/garyttierney/rust-csp)
![GitHub Issues](https://img.shields.io/github/issues/garyttierney/secsp.svg)
[![COPR Status](https://copr.fedorainfracloud.org/coprs/gtierney/cspc/package/cspc/status_image/last_build.png)](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..