From baddd481bc645053cc7e90597588906710709269 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Wed, 14 Jun 2023 22:57:21 +0200 Subject: [PATCH] Finalize fapolicyd-1.3 release Signed-off-by: Radovan Sroka --- ChangeLog | 3 ++- TODO | 2 +- configure.ac | 2 +- fapolicyd.spec | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef51187b..fd96d748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -1.2.1 +1.3 - Be consistent in updating and removing file system marks - Add escaping to /proc/mount entries - Revise escaping of trust files - Add LimitNOFILE to the service file - Add dpkg support (Stephen Tridgell) +- Add support for runtime reloading of rules 1.2 - On shutdown when running reports, if trust db empty warn (Nobuhiro Iwamatsu) diff --git a/TODO b/TODO index 4b6756b6..c15d5581 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ Userspace * Allow rules to express paths using globbing (fnmatch) * add db_max_size = auto -Improve reconfigure via SIGHUP to update configuration and rules +Improve reconfigure via SIGHUP to update configuration Consider adding rule testing to cli (uid, pgm, file) Support other packaging manifests diff --git a/configure.ac b/configure.ac index 1bdf610b..197ef393 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_REVISION($Revision: 1.3 $)dnl -AC_INIT([fapolicyd],[1.2.1]) +AC_INIT([fapolicyd],[1.3]) AC_PREREQ([2.50])dnl AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/fapolicyd.spec b/fapolicyd.spec index e3364685..d209cdf5 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -1,6 +1,6 @@ Summary: Application Whitelisting Daemon Name: fapolicyd -Version: 1.2.1 +Version: 1.3 Release: 1 License: GPL-3.0-or-later URL: http://people.redhat.com/sgrubb/fapolicyd @@ -136,5 +136,5 @@ fi %{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc %changelog -* Thu Feb 09 2023 Steve Grubb 1.2.1-1 +* Wed Jun 14 Steve Grubb 1.3-1 - New release