From 6a2926de422d1f6640629e02413dbfc8f0e3d20f Mon Sep 17 00:00:00 2001 From: Jonas Lejon Date: Thu, 11 May 2023 09:10:03 +0200 Subject: [PATCH] Update README.md Correct url to kernel.org ebpf lsm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd395b..d614597 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ documentation section explains what we mean by that phrase and what kind of behavior we want to restrict with **lockc**. The main technology behind lockc is [eBPF](https://ebpf.io/) - to be more -precise, its ability to attach to [LSM hooks](https://www.kernel.org/doc/html/latest/bpf/bpf_lsm.html) +precise, its ability to attach to [LSM hooks](https://docs.kernel.org/bpf/prog_lsm.html) Please note that currently lockc is an experimental project, not meant for production environment and without any official binaries or packages to use -