Skip to content

Commit 118b508

Browse files
committed
Add OracleLinux 9 support
Also bump version and add CHANGELOG entry
1 parent bd1a7cf commit 118b508

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Tue Oct 24 2023 Joshua Hoblitt <josh@hoblitt.com> - 8.13.0
2+
- Add EL9 support
3+
14
* Wed Oct 11 2023 Steven Pritchard <steve@sicura.us> - 8.12.0
25
- [puppetsync] Updates for Puppet 8
36
- These updates may include the following:

data/os/OracleLinux-9.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
# Default to auditd version 3 settings
3+
auditd::plugin_dir: '/etc/audit/plugins.d'
4+
auditd::config::audisp::syslog::type: 'always'
5+
auditd::config::audisp::syslog::syslog_path: '/sbin/audisp-syslog'
6+
auditd::config::audisp::syslog::pkg_name: 'audispd-plugins'
7+
8+
auditd::config::audit_profiles::stig::default_suid_sgid_cmds:
9+
- "/usr/bin/at"
10+
- "/usr/bin/chage"
11+
- "/usr/bin/chcon"
12+
- "/usr/bin/chfn"
13+
- "/usr/bin/chsh"
14+
- "/usr/bin/crontab"
15+
- "/usr/bin/fusermount"
16+
- "/usr/bin/gpasswd"
17+
- "/usr/bin/incrontab"
18+
- "/usr/bin/ksu"
19+
- "/usr/bin/locate"
20+
- "/usr/bin/mount"
21+
- "/usr/bin/newgidmap"
22+
- "/usr/bin/newgrp"
23+
- "/usr/bin/newuidmap"
24+
- "/usr/bin/passwd"
25+
- "/usr/bin/pkexec"
26+
- "/usr/bin/screen"
27+
- "/usr/bin/ssh-agent"
28+
- "/usr/bin/su"
29+
- "/usr/bin/sudo"
30+
- "/usr/bin/sudoedit"
31+
- "/usr/bin/umount"
32+
- "/usr/bin/wall"
33+
- "/usr/bin/write"
34+
- "/usr/bin/Xorg"
35+
- "/usr/lib64/dbus-1/dbus-daemon-launch-helper"
36+
- "/usr/libexec/dbus-1/dbus-daemon-launch-helper"
37+
- "/usr/libexec/openssh/ssh-keysign"
38+
- "/usr/libexec/pt_chown"
39+
- "/usr/libexec/sssd/krb5_child"
40+
- "/usr/libexec/sssd/ldap_child"
41+
- "/usr/libexec/sssd/proxy_child"
42+
- "/usr/libexec/sssd/selinux_child"
43+
- "/usr/libexec/utempter/utempter"
44+
- "/usr/lib/polkit-1/polkit-agent-helper-1"
45+
- "/usr/sbin/mount.nfs"
46+
- "/usr/sbin/netreport"
47+
- "/usr/sbin/pam_timestamp_check"
48+
- "/usr/sbin/postdrop"
49+
- "/usr/sbin/postqueue"
50+
- "/usr/sbin/restorecon"
51+
- "/usr/sbin/semanage"
52+
- "/usr/sbin/setfiles"
53+
- "/usr/sbin/setsebool"
54+
- "/usr/sbin/seunshare"
55+
- "/usr/sbin/unix_chkpwd"
56+
- "/usr/sbin/userhelper"
57+
- "/usr/sbin/usernetctl"

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-auditd",
3-
"version": "8.12.0",
3+
"version": "8.13.0",
44
"author": "SIMP Team",
55
"summary": "A SIMP puppet module for managing auditd and audispd",
66
"license": "Apache-2.0",
@@ -61,7 +61,8 @@
6161
"operatingsystem": "OracleLinux",
6262
"operatingsystemrelease": [
6363
"7",
64-
"8"
64+
"8",
65+
"9"
6566
]
6667
},
6768
{

0 commit comments

Comments
 (0)