linux-application-whitelisting / fapolicyd

File Access Policy Daemon
GNU General Public License v3.0
192 stars 55 forks source link

Typo in obj_cache_size manpage? #239

Closed rmetrich closed 1 year ago

rmetrich commented 1 year ago

Latest manpage shows same wording for obj_cache_size and subj_cache_size:

obj_cache_size
This option controls how many entries the object cache holds.
You want the size to be big enough that you are not getting too many evictions compared to hits.
But you don't want to waste memory.
Whenever there is an eviction, fapolicyd has to regenerate information about the **subject** and this slows performance.
The default value is 8191.

I think it should be object instead of subject.

stevegrubb commented 1 year ago

Thanks for the report. Fixed in commit 84245d4. Closing.