Skip to content

Commit

Permalink
docs: add installation guides for Debian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Coll committed Aug 31, 2021
1 parent 7a41512 commit e4021cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Go-wrapper of basic LSM operations.

Just for fun and a better understanding of Linux Security Modules.

## Install

In order to intercat with SELinux we need the `selinux.h` header file in our system.

Debian:

```
apt install libselinux1-dev
```

## Usage

A main tool is implemented to check what modules are enabled, output of `go run cmd/main.go`:
Expand Down

0 comments on commit e4021cc

Please sign in to comment.