-
Bug
-
Resolution: Done-Errata
-
Minor
-
rhel-9.2.0
-
fapolicyd-1.3.2-100.el9
-
None
-
Low
-
rhel-sst-security-special-projects
-
20
-
None
-
False
-
-
No
-
None
-
- fapolicyd.conf contains q_size=800
- when q_size is not set, fapolicyd uses value 800
- manpage claims that default value is 800
-
Pass
-
-
Not Needed
-
None
-
If docs needed, set a value
-
-
All
-
None
+++ This bug was initially created as a clone of Bug #2181137 +++
Description of problem:
By default `/etc/fapolicyd/fapolicyd.conf` has a 640 long queue:
~~~
q_size = 640
~~~
But manpage states the default is 1024:
~~~
q_size This option is used to control how big of an internal queue that fapolicyd will use. If requests come
in faster than fapolicyd can answer, the queue holds the pending requests. If the do_stat_report is
enabled, when fapolicyd shutsdown it will provide some statistics which includes maximum queue depth
used. This information can be used to help tune performance. The default value is 1024.
~~~
I think the configuration file should be aligned.
Additionally there is a small typo in the manpage:
"when fapolicyd shutsdown it will provide"
^^^^^^^^^
Version-Release number of selected component (if applicable):
fapolicyd-1.1.3-8.el8_7.1.x86_64
How reproducible:
N/A
Acceptance Criteria:
- fapolicyd.conf contains q_size=800
- when q_size is not set, fapolicyd uses value 800
- manpage claims that default value is 800
- is blocked by
-
RHEL-629 Default q_size doesn't match manpage's one
- Closed
- external trackers