diff options
Diffstat (limited to 'recipes-security/buck-security/files/functionality.patch')
| -rw-r--r-- | recipes-security/buck-security/files/functionality.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes-security/buck-security/files/functionality.patch b/recipes-security/buck-security/files/functionality.patch deleted file mode 100644 index 86fbeee..0000000 --- a/recipes-security/buck-security/files/functionality.patch +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | From 216aed597b3f20692a9c9d74dae79fa73e36c75b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
| 3 | Date: Thu, 1 Aug 2013 10:30:26 +0300 | ||
| 4 | Subject: [PATCH] added functionality | ||
| 5 | |||
| 6 | * removed sshd from the checks. When needed it can be added | ||
| 7 | in the file. | ||
| 8 | * added saving location for checksums.gpg file | ||
| 9 | |||
| 10 | Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
| 11 | --- | ||
| 12 | conf/buck-security.conf | 3 +-- | ||
| 13 | 1 file changed, 1 insertion(+), 2 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/conf/buck-security.conf b/conf/buck-security.conf | ||
| 16 | index eb88982..f573aa8 100644 | ||
| 17 | --- a/conf/buck-security.conf | ||
| 18 | +++ b/conf/buck-security.conf | ||
| 19 | @@ -27,7 +27,6 @@ usermask | ||
| 20 | superusers | ||
| 21 | services | ||
| 22 | firewall | ||
| 23 | -sshd | ||
| 24 | packages_problematic | ||
| 25 | checksum | ||
| 26 | ); | ||
| 27 | @@ -48,7 +47,7 @@ $checksum_program = "sha256sum"; | ||
| 28 | $checksum_dir = "/sbin/* /bin/* /usr/sbin/* /usr/bin/*"; | ||
| 29 | |||
| 30 | |||
| 31 | -$checksum_file = "checksums.gpg"; | ||
| 32 | +$checksum_file = "/usr/bin/checksums.gpg"; | ||
| 33 | |||
| 34 | |||
| 35 | |||
| 36 | -- | ||
| 37 | 1.7.9.5 | ||
| 38 | |||
