Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jadhav <r@accuknox.com>
  • Loading branch information
nyrahul committed Dec 20, 2021
1 parent f430895 commit 4117eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Linux Kernel Configs for Popular distros

I frequently needed a way to check a kernel config and other configuration for popular distributions so that I can make a dev/design decision.

**My specific use-case**:
I was working on supporting [KubeArmor](https://github.com/kubearmor/kubearmor) on popular distros. KubeArmor leverages LSMs (Linux Security Modules) and eBPF for in kernel policy controls. We had to refer to kernel configs for making design/dev decisions regarding whether we can depend on a certain kernel primitive. The boot configs part of this repo helped for making an informed choice.

## How to get the details and raise a PR for new OS/Distro?

Use following command to create a Distro/Kernel specific folder with the corresponding markdowns:
Expand Down

0 comments on commit 4117eb3

Please sign in to comment.