No description
Find a file
Claudius Heine 00d24baa66
added sysctl-34 for checking link protection settings (#160)
Common and long-standing exploits regard unprotected links, fifos and
regular files, which are created or controlled by an attacker to gain
access to other files or control over other programs.

Signed-off-by: Claudius Heine <ch@denx.de>
2021-10-19 15:11:46 +02:00
.github use version tag for changelog action 2021-02-02 10:09:00 +01:00
controls added sysctl-34 for checking link protection settings (#160) 2021-10-19 15:11:46 +02:00
libraries fix super call 2021-01-29 15:37:05 +01:00
.gitignore Ignore inspec.lock file 2017-01-14 13:41:54 +09:00
.rubocop.yml update code to conform to new linting rules (#145) 2021-01-29 11:27:31 +01:00
CHANGELOG.md update inspec.yml and changelog 2021-05-06 15:02:19 +00:00
Gemfile add dependency to chef-config for CI 2021-03-22 23:19:18 +01:00
inspec.yml update inspec.yml and changelog 2021-03-24 06:57:25 +00:00
LICENSE update links in readme 2016-12-21 12:50:12 +01:00
Rakefile fix rubocop error for Rakefile 2021-04-24 16:11:14 +02:00
README.md remove control package-07 2021-04-29 07:42:31 +02:00

DevSec Linux Baseline

This Compliance Profile ensures that all hardening projects keep the same quality.

Standalone Usage

This Compliance Profile requires InSpec for execution:

$ git clone https://github.com/dev-sec/linux-baseline
$ inspec exec linux-baseline

You can also execute the profile directly from Github:

$ inspec exec https://github.com/dev-sec/linux-baseline

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.