diff options
Diffstat (limited to 'recipes-security/bastille/files/remove_questions_text_file_references.patch')
| -rw-r--r-- | recipes-security/bastille/files/remove_questions_text_file_references.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes-security/bastille/files/remove_questions_text_file_references.patch b/recipes-security/bastille/files/remove_questions_text_file_references.patch new file mode 100644 index 0000000..bd094ee --- /dev/null +++ b/recipes-security/bastille/files/remove_questions_text_file_references.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | Upstream Status: Inappropriate [No upstream maintenance] | ||
| 2 | |||
| 3 | Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> | ||
| 4 | |||
| 5 | --- | ||
| 6 | |||
| 7 | Index: Bastille/OSMap/LINUX.bastille | ||
| 8 | =================================================================== | ||
| 9 | --- Bastille.orig/OSMap/LINUX.bastille 2008-01-25 18:31:35.000000000 -0500 | ||
| 10 | +++ Bastille/OSMap/LINUX.bastille 2013-08-22 04:48:32.677968002 -0400 | ||
| 11 | @@ -12,7 +12,6 @@ | ||
| 12 | |||
| 13 | bfile,InteractiveBastille,'/usr/sbin/InteractiveBastille' | ||
| 14 | bfile,BastilleBackEnd,'/usr/sbin/BastilleBackEnd' | ||
| 15 | -bfile,Questions,'/usr/share/Bastille/Questions.txt' | ||
| 16 | bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt' | ||
| 17 | bfile,TODO,'/var/log/Bastille/TODO' | ||
| 18 | bfile,TODOFlag,'/var/log/Bastille/TODOFlag.txt' | ||
| 19 | Index: Bastille/OSMap/OSX.bastille | ||
| 20 | =================================================================== | ||
| 21 | --- Bastille.orig/OSMap/OSX.bastille 2007-09-11 18:09:26.000000000 -0400 | ||
| 22 | +++ Bastille/OSMap/OSX.bastille 2013-08-22 04:48:47.245968001 -0400 | ||
| 23 | @@ -10,7 +10,6 @@ | ||
| 24 | bdir,share,'/usr/share/Bastille' | ||
| 25 | |||
| 26 | bfile,BastilleBackEnd,'/var/root/Bastille/BastilleBackEnd' | ||
| 27 | -bfile,Questions,'/usr/share/Bastille/Questions.txt' | ||
| 28 | bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt' | ||
| 29 | bfile,TODO,'/var/log/Bastille/TODO' | ||
| 30 | bfile,TODOFlag,'/var/log/Bastille/TODOFlag.txt' | ||
