Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rogercoll/go-lsm
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Aug 31, 2021
2 parents 2839c9a + e4021cc commit 24b3a5d
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 24b3a5d

Please sign in to comment.