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

Add AlmaLinux 8 support #104

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Aug 31 2023 Steven Pritchard <[email protected]> - 6.9.0
- Add AlmaLinux 8 support

* Fri Jul 28 2023 Trey Dockendorf <[email protected]> - 6.8.0
- Support stdlib 9.x

Expand Down
10 changes: 10 additions & 0 deletions data/fips_enabled/is_false/os/AlmaLinux-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
aide::aliases:
- 'ALLXTRAHASHES = sha1+sha256+sha512'
- 'EVERYTHING = R+ALLXTRAHASHES'
- 'NORMAL = R'
- 'DIR = p+i+n+u+g+acl+xattrs'
- 'PERMS = p+i+u+g+acl'
- 'LOG = >'
- 'LSPP = R'
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha512'
15 changes: 15 additions & 0 deletions data/fips_enabled/is_true/os/AlmaLinux-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# Only FIPS-supported hashes are sha1 and sha256
aide::aliases:
- 'R = p+i+l+n+u+g+s+m+c+sha1+sha256'
- 'L = p+i+l+n+u+g+acl+xattrs'
- '> = p+i+l+n+u+g+S+acl+xattrs'
- 'ALLXTRAHASHES = sha1+sha256'
- 'EVERYTHING = R+ALLXTRAHASHES'
- 'NORMAL = R'
- 'DIR = p+i+n+u+g+acl+xattrs'
- 'PERMS = p+i+u+g+acl'
- 'LOG = >'
- 'LSPP = R'
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha1+sha256'

8 changes: 7 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-aide",
"version": "6.8.0",
"version": "6.9.0",
"author": "SIMP Team",
"summary": "manages AIDE",
"license": "Apache-2.0",
Expand Down Expand Up @@ -72,6 +72,12 @@
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down
Loading