linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/landlock: add binaries to gitignore
@ 2025-02-10 16:10 Bharadwaj Raju
  2025-02-21 16:11 ` Mickaël Salaün
  0 siblings, 1 reply; 2+ messages in thread
From: Bharadwaj Raju @ 2025-02-10 16:10 UTC (permalink / raw)
  To: mic
  Cc: Bharadwaj Raju, gnoack, shuah, skhan, linux-security-module,
	linux-kselftest, linux-kernel, linux-kernel-mentees

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

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/landlock: add binaries to gitignore
  2025-02-10 16:10 [PATCH] selftests/landlock: add binaries to gitignore Bharadwaj Raju
@ 2025-02-21 16:11 ` Mickaël Salaün
  0 siblings, 0 replies; 2+ messages in thread
From: Mickaël Salaün @ 2025-02-21 16:11 UTC (permalink / raw)
  To: Bharadwaj Raju
  Cc: gnoack, shuah, skhan, linux-security-module, linux-kselftest,
	linux-kernel, linux-kernel-mentees

On Mon, Feb 10, 2025 at 09:40:57PM +0530, Bharadwaj Raju wrote:
> Building the test creates binaries 'wait-pipe' and
> 'sandbox-and-launch' which need to be gitignore'd.
> 
> Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>

Thanks!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-21 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 16:10 [PATCH] selftests/landlock: add binaries to gitignore Bharadwaj Raju
2025-02-21 16:11 ` Mickaël Salaün

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).