]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0001-Security-tomoyo-add-.gitignore-file.patch
linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP tree
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.9 / 0001-Security-tomoyo-add-.gitignore-file.patch
1 From ae9aea55d123e1091f239833f832de071ff00f22 Mon Sep 17 00:00:00 2001
2 From: Greg Kroah-Hartman <gregkh@suse.de>
3 Date: Fri, 9 Dec 2011 11:23:46 -0800
4 Subject: [PATCH 01/73] Security: tomoyo: add .gitignore file
6 commit 735e93c70434614bffac4a914ca1da72e37d43c0 upstream.
8 This adds the .gitignore file for the autogenerated TOMOYO files to keep
9 git from complaining after building things.
11 Cc: Kentaro Takeda <takedakn@nttdata.co.jp>
12 Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13 Cc: James Morris <jmorris@namei.org>
14 Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
15 Signed-off-by: James Morris <jmorris@namei.org>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 ---
18  security/tomoyo/.gitignore |    2 ++
19  1 files changed, 2 insertions(+), 0 deletions(-)
20  create mode 100644 security/tomoyo/.gitignore
22 diff --git a/security/tomoyo/.gitignore b/security/tomoyo/.gitignore
23 new file mode 100644
24 index 0000000..5caf1a6
25 --- /dev/null
26 +++ b/security/tomoyo/.gitignore
27 @@ -0,0 +1,2 @@
28 +builtin-policy.h
29 +policy/
30 -- 
31 1.7.7.4