Skip to content

Commit

Permalink
Add AlmaLinux 8 support
Browse files Browse the repository at this point in the history
Add AlmaLinux 8 as a supported OS.
  • Loading branch information
silug committed Aug 31, 2023
1 parent 01366a6 commit 79b4422
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
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

0 comments on commit 79b4422

Please sign in to comment.