2012-06-27 09:34:12

by Chad Williamson

[permalink] [raw]
Subject: [PATCH] samples: seccomp: add .gitignore for untracked executables

git status should be clean following make allmodconfig && make. Add
a .gitignore file to the samples/seccomp directory to ignore binaries
produced there.

Signed-off-by: Chad Williamson <[email protected]>
---
samples/seccomp/.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 samples/seccomp/.gitignore

diff --git a/samples/seccomp/.gitignore b/samples/seccomp/.gitignore
new file mode 100644
index 0000000..78fb781
--- /dev/null
+++ b/samples/seccomp/.gitignore
@@ -0,0 +1,3 @@
+bpf-direct
+bpf-fancy
+dropper
--
1.7.7


2012-06-27 14:53:22

by Will Drewry

[permalink] [raw]
Subject: Re: [PATCH] samples: seccomp: add .gitignore for untracked executables

Thanks!

Reviewed-By: Will Drewry <[email protected]>

On Wed, Jun 27, 2012 at 4:33 AM, Chad Williamson <[email protected]> wrote:
> git status should be clean following make allmodconfig && make. Add
> a .gitignore file to the samples/seccomp directory to ignore binaries
> produced there.
>
> Signed-off-by: Chad Williamson <[email protected]>
> ---
> ?samples/seccomp/.gitignore | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
> ?create mode 100644 samples/seccomp/.gitignore
>
> diff --git a/samples/seccomp/.gitignore b/samples/seccomp/.gitignore
> new file mode 100644
> index 0000000..78fb781
> --- /dev/null
> +++ b/samples/seccomp/.gitignore
> @@ -0,0 +1,3 @@
> +bpf-direct
> +bpf-fancy
> +dropper
> --
> 1.7.7
>

2012-06-27 17:54:54

by Kees Cook

[permalink] [raw]
Subject: Re: [PATCH] samples: seccomp: add .gitignore for untracked executables

On Wed, Jun 27, 2012 at 2:33 AM, Chad Williamson <[email protected]> wrote:
> git status should be clean following make allmodconfig && make. Add
> a .gitignore file to the samples/seccomp directory to ignore binaries
> produced there.
>
> Signed-off-by: Chad Williamson <[email protected]>

Good catch; thanks!

Acked-by: Kees Cook <[email protected]>

-Kees

--
Kees Cook
Chrome OS Security

2012-06-28 14:55:04

by James Morris

[permalink] [raw]
Subject: Re: [PATCH] samples: seccomp: add .gitignore for untracked executables

On Wed, 27 Jun 2012, Chad Williamson wrote:

> git status should be clean following make allmodconfig && make. Add
> a .gitignore file to the samples/seccomp directory to ignore binaries
> produced there.
>
> Signed-off-by: Chad Williamson <[email protected]>

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next