Skip to content

Commit da93b8c

Browse files
committed
Update README.md with new features
Updated README.md to include: --reset-metrics, --timing-start, --timing-stop, --timer-start, --timer-stop as 1.5, and --compact-trustdb as 1.6.
1 parent 4e7194f commit da93b8c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Many internal changes
33
- Mark dir=untrusted as deprecated in rules
44
- Improve fapolicyd-cli --check-rules
5+
- Add fapolicyd-cli --compact-trustdb to rebuild and compact the trust database
56

67
1.5
78
- Increase the line length of config files (Renaud Métrich)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ journalctl -b -u fapolicyd.service
517517
```
518518
to list out any events since boot by the fapolicyd service.
519519

520-
Starting with 1.1, fapolicyd-cli includes some diagnostic capabilities.
520+
Starting with 1.1, fapolicyd-cli includes diagnostic and maintenance
521+
capabilities.
521522

522523
| Option | Added in | What it does |
523524
|------------------------|----------|--------------|
@@ -530,6 +531,12 @@ Starting with 1.1, fapolicyd-cli includes some diagnostic capabilities.
530531
| --check-ignore_mounts | 1.4 | Check ignored mounts for noexec and suspicious files. |
531532
| --check-metrics | 1.5 | Output runtime counters, rule hits, cache effectiveness, and attribute lookup metrics. |
532533
| --check-rules [path] | 1.5 | Validate rule syntax without loading the rules; use --lint for policy-shape warnings. |
534+
| --reset-metrics | 1.5 | Output metrics and request a counter reset when the daemon configuration allows it. |
535+
| --timing-start | 1.5 | Start a manual decision timing collection run. |
536+
| --timing-stop | 1.5 | Stop manual decision timing collection and output the timing report. |
537+
| --timer-start | 1.5 | Alias for --timing-start. |
538+
| --timer-stop | 1.5 | Alias for --timing-stop. |
539+
| --compact-trustdb | 1.6 | Rebuild and compact the daemon trustdb LMDB environment. |
533540

534541

535542

0 commit comments

Comments
 (0)