Skip to content

Commit

Permalink
rename the release to 1.1 because rules.d is a big change
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Jan 23, 2022
1 parent 66d3584 commit 72d9145
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.5
1.1
- Add support for a rules.d directory
- Add --check-config, --check-watch_fs, and --check-trustdb to fapolicyd-cli
- Add libgcrypt initialization
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ database is better.

RULE ORDERING
-------------
Starting with 1.0.5, the rules should be placed in a rules.d directory under
Starting with 1.1, the rules should be placed in a rules.d directory under
the fapolicyd configuration directory. There is a new utility, fagenrules,
which will compile the rules into a single file, compiled.rules, and place the
resulting file in the main config directory.
Expand Down Expand Up @@ -359,7 +359,7 @@ to debug the policy is:
Look at the rule that triggered and see if it makes sense that it triggered. If
the rule is a catch all denial, then check if the file is in the trust db.

Starting with 1.0.5, fapolicyd-cli includes some diagnostic capabilities.
Starting with 1.1, fapolicyd-cli includes some diagnostic capabilities.

| Option | What it does |
|------------------------|--------------------------------------------|
Expand Down
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.0.5)
AC_INIT(fapolicyd,1.1)
AC_PREREQ(2.12)dnl
AM_CONFIG_HEADER(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.0.5
Version: 1.1
Release: 1
License: GPLv3+
URL: http://people.redhat.com/sgrubb/fapolicyd
Expand Down Expand Up @@ -126,5 +126,5 @@ fi
%{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc

%changelog
* Sun Jan 23 2022 Steve Grubb <[email protected]> 1.0.5-1
* Sun Jan 23 2022 Steve Grubb <[email protected]> 1.1-1
- New release

0 comments on commit 72d9145

Please sign in to comment.