File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ * Thu Aug 31 2023 Steven Pritchard <steve@sicura.us> - 6.9.0
2
+ - Add AlmaLinux 8 support
3
+
1
4
* Fri Jul 28 2023 Trey Dockendorf <tdockendorf@box.com> - 6.8.0
2
5
- Support stdlib 9.x
3
6
Original file line number Diff line number Diff line change
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'
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simp-aide" ,
3
- "version" : " 6.8 .0" ,
3
+ "version" : " 6.9 .0" ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " manages AIDE" ,
6
6
"license" : " Apache-2.0" ,
72
72
"operatingsystemrelease" : [
73
73
" 8"
74
74
]
75
+ },
76
+ {
77
+ "operatingsystem" : " AlmaLinux" ,
78
+ "operatingsystemrelease" : [
79
+ " 8"
80
+ ]
75
81
}
76
82
],
77
83
"requirements" : [
You can’t perform that action at this time.
0 commit comments