mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-21 16:31:14 +02:00

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>
189 B
189 B
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