Skip to content

Commit

Permalink
Finalize fapolicyd-1.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Radovan Sroka <[email protected]>
  • Loading branch information
radosroka committed Jun 14, 2023
1 parent eab38b3 commit baddd48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
4 changes: 2 additions & 2 deletions fapolicyd.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -136,5 +136,5 @@ fi
%{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc

%changelog
* Thu Feb 09 2023 Steve Grubb <[email protected]> 1.2.1-1
* Wed Jun 14 Steve Grubb <[email protected]> 1.3-1
- New release

0 comments on commit baddd48

Please sign in to comment.