2016-12-21 11:13:51 +00:00
|
|
|
DevSec Linux Baseline
|
|
|
|
=====================
|
2014-05-15 18:57:44 +00:00
|
|
|
|
2018-12-20 04:20:14 +00:00
|
|
|
This Compliance Profile ensures that all hardening projects keep the same quality.
|
2014-05-15 18:57:44 +00:00
|
|
|
|
2016-07-23 18:32:09 +00:00
|
|
|
- https://github.com/dev-sec/puppet-os-hardening
|
|
|
|
- https://github.com/dev-sec/chef-os-hardening
|
|
|
|
- https://github.com/dev-sec/ansible-os-hardening
|
2014-06-05 08:50:37 +00:00
|
|
|
|
|
|
|
## Standalone Usage
|
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
This Compliance Profile requires [InSpec](https://github.com/chef/inspec) for execution:
|
2014-06-05 08:50:37 +00:00
|
|
|
|
|
|
|
```
|
2016-12-21 11:13:51 +00:00
|
|
|
$ git clone https://github.com/dev-sec/linux-baseline
|
|
|
|
$ inspec exec linux-baseline
|
2014-06-05 08:50:37 +00:00
|
|
|
```
|
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
You can also execute the profile directly from Github:
|
2014-06-05 08:50:37 +00:00
|
|
|
|
|
|
|
```
|
2016-12-21 11:13:51 +00:00
|
|
|
$ inspec exec https://github.com/dev-sec/linux-baseline
|
2016-02-16 11:39:15 +00:00
|
|
|
```
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
## License and Author
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
* Author:: Patrick Muench <patrick.meier111@googlemail.com>
|
|
|
|
* Author:: Dominik Richter <dominik.richter@googlemail.com>
|
|
|
|
* Author:: Christoph Hartmann <chris@lollyrock.com>
|
|
|
|
* Author:: Edmund Haselwanter <me@ehaselwanter.com>
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2021-04-29 05:42:26 +00:00
|
|
|
* Copyright 2014-2021, The Hardening Framework Team
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
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
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2014-06-05 08:50:37 +00:00
|
|
|
|
2016-02-16 11:39:15 +00:00
|
|
|
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.
|