forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ComplianceAsCode#2533 from mpreisler/anssi_profile…
…_el7 Added "anssi" profile to the RHEL7 product
- Loading branch information
Showing
5 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Profile id="anssi_nt28_enhanced" extends="anssi_nt28_intermediary"> | ||
<title override="true">ANSSI DAT-NT28 (enhanced)</title> | ||
<description override="true">Draft profile for ANSSI compliance at the enhanced level. ANSSI stands for Agence nationale de la sécurité des systèmes d'information. Based on https://www.ssi.gouv.fr/.</description> | ||
|
||
</Profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Profile id="anssi_nt28_high" extends="anssi_nt28_enhanced"> | ||
<title override="true">ANSSI DAT-NT28 (high)</title> | ||
<description override="true">Draft profile for ANSSI compliance at the high level. ANSSI stands for Agence nationale de la sécurité des systèmes d'information. Based on https://www.ssi.gouv.fr/.</description> | ||
|
||
</Profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<Profile id="anssi_nt28_intermediary" extends="anssi_nt28_minimal"> | ||
<title override="true">ANSSI DAT-NT28 (intermediary)</title> | ||
<description override="true">Draft profile for ANSSI compliance at the intermediary level. ANSSI stands for Agence nationale de la sécurité des systèmes d'information. Based on https://www.ssi.gouv.fr/.</description> | ||
|
||
<!-- partitioning --> | ||
<select idref="partition_for_tmp" selected="true"/> | ||
<select idref="partition_for_var" selected="true"/> | ||
<select idref="partition_for_var_log" selected="true"/> | ||
<select idref="partition_for_var_log_audit" selected="true"/> | ||
<select idref="partition_for_home" selected="true"/> | ||
|
||
<!-- services --> | ||
<refine-value idref="sshd_idle_timeout_value" selector="5_minutes" /> | ||
|
||
<!-- System Logging Requirements --> | ||
<select idref="rsyslog_files_ownership" selected="true" /> | ||
<select idref="rsyslog_files_groupownership" selected="true" /> | ||
<select idref="rsyslog_files_permissions" selected="true" /> | ||
<select idref="rsyslog_remote_loghost" selected="false" /> | ||
<select idref="ensure_logrotate_activated" selected="true" /> | ||
|
||
<!-- critical files --> | ||
|
||
<!-- sysctl --> | ||
<select idref="sysctl_fs_suid_dumpable" selected="true" /> | ||
<select idref="sysctl_kernel_randomize_va_space" selected="true" /> | ||
|
||
</Profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<Profile id="anssi_nt28_minimal"> | ||
<title>ANSSI DAT-NT28 (minimal)</title> | ||
<description>Draft profile for ANSSI compliance at the minimal level. ANSSI stands for Agence nationale de la sécurité des systèmes d'information. Based on https://www.ssi.gouv.fr/.</description> | ||
|
||
<!-- partitioning --> | ||
<!-- system --> | ||
<select idref="sudo_remove_nopasswd" selected="true"/> | ||
<select idref="sudo_remove_no_authenticate" selected="true"/> | ||
|
||
|
||
<!-- services --> | ||
<select idref="package_rsyslog_installed" selected="true"/> | ||
<select idref="service_rsyslog_enabled" selected="true"/> | ||
|
||
<!-- critical files --> | ||
<select idref="file_permissions_etc_shadow" selected="true"/> | ||
<select idref="file_permissions_etc_gshadow" selected="true"/> | ||
<select idref="file_permissions_etc_passwd" selected="true"/> | ||
<select idref="file_permissions_etc_group" selected="true"/> | ||
</Profile> |