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