Skip to content

Commit 85dad8a

Browse files
authored
Add AlmaLinux 8 support (#104)
1 parent 01366a6 commit 85dad8a

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Thu Aug 31 2023 Steven Pritchard <steve@sicura.us> - 6.9.0
2+
- Add AlmaLinux 8 support
3+
14
* Fri Jul 28 2023 Trey Dockendorf <tdockendorf@box.com> - 6.8.0
25
- Support stdlib 9.x
36

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aide::aliases:
3+
- 'ALLXTRAHASHES = sha1+sha256+sha512'
4+
- 'EVERYTHING = R+ALLXTRAHASHES'
5+
- 'NORMAL = R'
6+
- 'DIR = p+i+n+u+g+acl+xattrs'
7+
- 'PERMS = p+i+u+g+acl'
8+
- 'LOG = >'
9+
- 'LSPP = R'
10+
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha512'
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Only FIPS-supported hashes are sha1 and sha256
3+
aide::aliases:
4+
- 'R = p+i+l+n+u+g+s+m+c+sha1+sha256'
5+
- 'L = p+i+l+n+u+g+acl+xattrs'
6+
- '> = p+i+l+n+u+g+S+acl+xattrs'
7+
- 'ALLXTRAHASHES = sha1+sha256'
8+
- 'EVERYTHING = R+ALLXTRAHASHES'
9+
- 'NORMAL = R'
10+
- 'DIR = p+i+n+u+g+acl+xattrs'
11+
- 'PERMS = p+i+u+g+acl'
12+
- 'LOG = >'
13+
- 'LSPP = R'
14+
- 'DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha1+sha256'
15+

metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-aide",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"author": "SIMP Team",
55
"summary": "manages AIDE",
66
"license": "Apache-2.0",
@@ -72,6 +72,12 @@
7272
"operatingsystemrelease": [
7373
"8"
7474
]
75+
},
76+
{
77+
"operatingsystem": "AlmaLinux",
78+
"operatingsystemrelease": [
79+
"8"
80+
]
7581
}
7682
],
7783
"requirements": [

0 commit comments

Comments
 (0)