Skip to content

Commit 24b3a5d

Browse files
committed
Merge branch 'main' of github.com:rogercoll/go-lsm
2 parents 2839c9a + e4021cc commit 24b3a5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Go-wrapper of basic LSM operations.
44

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

7+
## Install
8+
9+
In order to intercat with SELinux we need the `selinux.h` header file in our system.
10+
11+
Debian:
12+
13+
```
14+
apt install libselinux1-dev
15+
```
16+
717
## Usage
818

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

0 commit comments

Comments
 (0)