From 6e214b261604c4ab1ffc244272443a587bb59927 Mon Sep 17 00:00:00 2001 From: LinkTed Date: Sun, 13 Jun 2021 19:26:24 +0200 Subject: capabilities: Add support for Linux capabilities(7) This adds capabilities for start-stop-daemon by adding --capabilities option. As a result, the user can specify the inheritable, ambient and bounding set by define capabilities in the service script. This fixes #314. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 35ba6c12..f9825678 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ DESTDIR=/tmp/openrc-image MKBASHCOMP=no MKNET=no MKPAM=pam +MKCAP=yes MKPREFIX=yes MKPKGCONFIG=no MKSELINUX=yes -- cgit v1.2.3