Skip to content

Commit

Permalink
Merge pull request #1032 from yasin-cs-ko-ak/release
Browse files Browse the repository at this point in the history
generic systems policies's metadata.yaml is updated
  • Loading branch information
vishnusomank authored Feb 6, 2023
2 parents b827a50 + b6ec983 commit 9391b57
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MySQL/system/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.8
version: v0.1.9
policyRules:
- name: user-grp-mod
precondition:
Expand Down
2 changes: 1 addition & 1 deletion elastic/system/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.8
version: v0.1.9
policyRules:
- name: elasticsearch-indices-dir
precondition:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- path: /usr/bin/apt
- path: /usr/bin/apt-get
- path: /bin/apt-get
- path: /sbin/apk
- path: /bin/apt
- path: /usr/bin/dpkg
- path: /bin/dpkg
Expand Down
11 changes: 2 additions & 9 deletions generic/system/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.8
version: v0.1.9
policyRules:
- name: maint-tools-access
precondition:
Expand Down Expand Up @@ -118,6 +118,7 @@ policyRules:
- name: k8s-client-tool-exec
precondition:
- /usr/local/bin/kubectl
- OPTSCAN
description:
refs:
- name: MITRE_T1609_container_administration_command
Expand Down Expand Up @@ -177,7 +178,6 @@ policyRules:
- name: file-system-mounts
precondition:
- /bin/mount
- OPTSCAN
description:
refs:
- name: CIS_4.1.14_file_system_mount
Expand All @@ -199,7 +199,6 @@ policyRules:
- name: cis-commandline-warning-banner
precondition:
- /etc/motd
- OPTSCAN
description:
refs:
- name: CIS_1.7.1_Command_Line_Warning_Banners
Expand All @@ -212,7 +211,6 @@ policyRules:
- name: access-ctrl-permission-mod
precondition:
- /bin/chmod
- OPTSCAN
description:
refs:
- name: CIS_4.1.11_system_access_control_permission
Expand All @@ -233,7 +231,6 @@ policyRules:
- name: sys-admin-scope-mod
precondition:
- /etc/sudoers
- OPTSCAN
description:
refs:
- name: CIS_4.1.16_system_administration_scope
Expand All @@ -250,7 +247,6 @@ policyRules:
- name: system-files-mod
precondition:
- /etc/sudoers
- OPTSCAN
description:
refs:
- name: CIS_6.1_System_File_Permissions
Expand All @@ -265,7 +261,6 @@ policyRules:
- name: system-mandatory-access-ctrl-mod
precondition:
- /etc/selinux/
- OPTSCAN
description:
refs:
- name: CIS_4.1.8_system_mandatory_access_controls
Expand All @@ -281,7 +276,6 @@ policyRules:
- name: system-network-env-mod
precondition:
- /etc/issue
- OPTSCAN
description:
refs:
- name: CIS_4.1.7_system_network_environment
Expand All @@ -298,7 +292,6 @@ policyRules:
- name: service-clients-exec
precondition:
- /usr/bin/telnet
- OPTSCAN
description:
refs:
- name: CIS_2.3_Service_Clients
Expand Down
2 changes: 1 addition & 1 deletion kibana/system/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.8
version: v0.1.9
policyRules:
- name: kibana-panel
precondition:
Expand Down
2 changes: 1 addition & 1 deletion redis/system/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.8
version: v0.1.9
policyRules:
- name: redis-sys-path
precondition:
Expand Down

0 comments on commit 9391b57

Please sign in to comment.