[PATCH] selftests/landlock: add binaries to gitignore

Bharadwaj Raju bharadwaj.raju777 at gmail.com
Mon Feb 10 16:10:57 UTC 2025


Building the test creates binaries 'wait-pipe' and
'sandbox-and-launch' which need to be gitignore'd.

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777 at gmail.com>
---
 tools/testing/selftests/landlock/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/landlock/.gitignore b/tools/testing/selftests/landlock/.gitignore
index 470203a7cd73..0566c50dfcad 100644
--- a/tools/testing/selftests/landlock/.gitignore
+++ b/tools/testing/selftests/landlock/.gitignore
@@ -1,2 +1,4 @@
 /*_test
 /true
+/wait-pipe
+/sandbox-and-launch
-- 
2.43.0




More information about the Linux-security-module-archive mailing list