Skip to content

Commit

Permalink
Finalize fapolicyd-0.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Feb 21, 2020
1 parent 55881ad commit 825821f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This will create a tarball. You can use the new tarball with the spec file
and create your own rpm. If you want to experiment without installing, just
run make with no arguments. It should run fine from where it was built as
long as you put the configuration files in /etc/fapolicyd. The fapolicyd.rules
and fapolicyd.mounts files go there.
and fapolicyd.trust files go there.

Note that the shipped policy expects that auditing is enabled. This is done
by passing --with-audit to ./configure.
Expand Down Expand Up @@ -102,10 +102,10 @@ using is bash. Bash wanted permission to execute /home/joe/my-ls which is the
object. And the object is an ELF executable.

Sometimes you want to list out the rules to see what rule 9 might be. You can
easily do that by running this little script:
easily do that by running:

```
cat /etc/fapolicyd/fapolicyd.rules | egrep -v '^#|^[[:space:]]*$' | awk '{ printf "%s %s\n", NR, $0 }'
fapolicyd-cli --list
```


Expand Down
2 changes: 1 addition & 1 deletion fapolicyd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ getent passwd %{name} >/dev/null || useradd -r -M -d %{_localstatedir}/lib/%{nam
%{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc

%changelog
* Wed Jan 29 2020 Steve Grubb <[email protected]> 0.9.3-1
* Wed Feb 21 2020 Steve Grubb <[email protected]> 0.9.3-1
- New release

0 comments on commit 825821f

Please sign in to comment.