Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slmicro5 stig add privileged commands support #12221

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8ed0930
Update SUSE Linux Enterprise Micro 5 product name
svet-se Jul 24, 2024
0d1fedb
Update stig_slmicro5.yml format
svet-se Jul 24, 2024
0ba9194
Update rule audit_rules_privileged_commands_ssh_agent to support slmi…
svet-se Jul 24, 2024
c597721
Update rule audit_rules_privileged_commands_insmod to support slmicro5
svet-se Jul 24, 2024
7e50d48
Update rule audit_rules_privileged_commands_rmmod to support slmicro5
svet-se Jul 24, 2024
e1b2352
Update rule audit_rules_privileged_commands_modprobe to support slmicro5
svet-se Jul 25, 2024
61816ce
Update rule audit_rules_privileged_commands_kmod to support slmicro5
svet-se Jul 25, 2024
1737aa9
Update rule audit_rules_execution_chmod to support slmicro5
svet-se Jul 25, 2024
94208ec
Update rule audit_rules_execution_setfacl to support slmicro5
svet-se Jul 25, 2024
00e4bee
Update rule audit_rules_execution_chacl to support slmicro5
svet-se Jul 25, 2024
edcd5f2
Update rule audit_rules_execution_chcon to support slmicro5
svet-se Jul 25, 2024
786f21d
Update rule audit_rules_execution_rm to support slmicro5
svet-se Jul 25, 2024
21bed23
Update rule audit_rules_privileged_commands_usermod to support slmicro5
svet-se Jul 25, 2024
a9f93fa
Update rule audit_rules_privileged_commands_pam_timestamp_check to su…
svet-se Jul 25, 2024
2b3f97f
Update rule audit_rules_privileged_commands_su to support slmicro5
svet-se Jul 25, 2024
75e620d
Update rule audit_rules_privileged_commands_sudo to support slmicro5
svet-se Jul 25, 2024
f268a96
Fix stigid@slmicro5 references
svet-se Jul 25, 2024
1ea63b4
Order platform applicability directive alphabetically
teacup-on-rockingchair Jul 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ option(SSG_PRODUCT_RHEL10 "If enabled, the RHEL10 SCAP content will be built" ${
option(SSG_PRODUCT_RHV4 "If enabled, the RHV4 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_SLE12 "If enabled, the SLE12 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_SLE15 "If enabled, the SLE15 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_SLMICRO5 "If enabled, the SLE Micro 5.x SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_SLMICRO5 "If enabled, the SLE Micro 5 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_UBUNTU1604 "If enabled, the Ubuntu 16.04 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_UBUNTU1804 "If enabled, the Ubuntu 18.04 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_UBUNTU2004 "If enabled, the Ubuntu 20.04 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
Expand Down
Loading
Loading