summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/capabilities/Makefile
blob: 008602aed9209237254ca334a0a745f06c0888c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEST_FILES := validate_cap
TEST_PROGS := test_execve

BINARIES := $(TEST_FILES) $(TEST_PROGS)

CFLAGS += -O2 -g -std=gnu99 -Wall
LDLIBS += -lcap-ng -lrt -ldl

all: $(BINARIES)

clean:
	$(RM) $(BINARIES)

include ../lib.mk

-next.git/commit/security/keys/gc.c?id=8bc16deabce7649e480e94b648c88d4e90c34352'>8bc16deabce7649e480e94b648c88d4e90c34352 (patch) treed9e28a921375e7448801b0b89ff43a7e0d2e61ff /security/keys/gc.c parent012146d0728f85f7a5c7c36fb84bba33e2760507 (diff)
KEYS: Move the unreferenced key reaper to the keys garbage collector file
Move the unreferenced key reaper function to the keys garbage collector file as that's a more appropriate place with the dead key link reaper. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/keys/gc.c')