mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
b2927170d4
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>
10 lines
189 B
Makefile
10 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
|