Rebase fapolicyd to 0.9.4
- polished the pattern detection engine - rpm backend now drops most of the files in /usr/share/ to dramatically reduce memory consumption and improve startup speed - the commandline utility can now delete the lmdb trust database and manage the file trust source
This commit is contained in:
parent
4ffeb28e23
commit
9f13f29104
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/fapolicyd-selinux-0.2.tar.gz
|
/fapolicyd-selinux-0.2.tar.gz
|
||||||
/fapolicyd-0.9.2.tar.gz
|
/fapolicyd-0.9.2.tar.gz
|
||||||
/fapolicyd-0.9.3.tar.gz
|
/fapolicyd-0.9.3.tar.gz
|
||||||
|
/fapolicyd-0.9.4.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Application Whitelisting Daemon
|
Summary: Application Whitelisting Daemon
|
||||||
Name: fapolicyd
|
Name: fapolicyd
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://people.redhat.com/sgrubb/fapolicyd
|
URL: http://people.redhat.com/sgrubb/fapolicyd
|
||||||
@ -148,6 +148,14 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 23 2020 Radovan Sroka <rsroka@redhat.com> - 0.9.4-1
|
||||||
|
- rebase fapolicyd to 0.9.4
|
||||||
|
- polished the pattern detection engine
|
||||||
|
- rpm backend now drops most of the files in /usr/share/ to dramatically reduce
|
||||||
|
memory consumption and improve startup speed
|
||||||
|
- the commandline utility can now delete the lmdb trust database and manage
|
||||||
|
the file trust source
|
||||||
|
|
||||||
* Mon Feb 24 2020 Radovan Sroka <rsroka@redhat.com> - 0.9.3-1
|
* Mon Feb 24 2020 Radovan Sroka <rsroka@redhat.com> - 0.9.3-1
|
||||||
- rebase fapolicyd to 0.9.3
|
- rebase fapolicyd to 0.9.3
|
||||||
- dramatically improved startup time
|
- dramatically improved startup time
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (fapolicyd-0.9.3.tar.gz) = e605bc0f90d5deb623af474ecad9b6497d152706699a1887509cdabdc4f06ba7a0d09f896cbe324542e7dfe0f988ad6755e1790988ec269d0f60c6962a6a243a
|
SHA512 (fapolicyd-0.9.4.tar.gz) = 79825905132100ef8156a01ef5b5b35c08a9e8e32cbb1e1d212951e17b3618b25a57624986c81e5a04b1fc3b5e516151b05ca43d1fba9388ead6feb2a3da0207
|
||||||
SHA512 (fapolicyd-selinux-0.2.tar.gz) = 9ffefab4102168be672a9e84b2fff3c4fbabf65b77432a4b4e6f9619b13e23dba27c2fb5e5015830b90104aff50d7ef21337de137d14d622970c1f17accf23ad
|
SHA512 (fapolicyd-selinux-0.2.tar.gz) = 9ffefab4102168be672a9e84b2fff3c4fbabf65b77432a4b4e6f9619b13e23dba27c2fb5e5015830b90104aff50d7ef21337de137d14d622970c1f17accf23ad
|
||||||
|
Loading…
Reference in New Issue
Block a user