linux-stable/tools/testing/selftests/safesetid/Makefile
Micah Morton b2927170d4 LSM: SafeSetID: selftest cleanup and prepare for GIDs
Add some notes on how to run the test, update the policy file paths to
reflect recent upstream changes, prepare test for adding GID testing.

Signed-off-by: Micah Morton <mortonm@chromium.org>
2022-07-15 17:35:34 +00:00

9 lines
189 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Makefile for SafeSetID selftest.
CFLAGS = -Wall -O2
LDLIBS = -lcap
TEST_PROGS := safesetid-test.sh
TEST_GEN_FILES := safesetid-test
include ../lib.mk