AvcCacheThreshold - File /sys/fs/selinux/avc/cache_threshold
This parser reads the content of /sys/fs/selinux/avc/cache_threshold.
- class insights.parsers.avc_cache_threshold.AvcCacheThreshold(context, extra_bad_lines=None)[source]
Bases:
CommandParserClass
AvcCacheThresholdparses the content of the/sys/fs/selinux/avc/cache_threshold.- cache_threshold
It is used to show the value of cache threshold.
- Type:
int
A typical sample of the content of this file looks like:
512Examples
>>> type(avc_cache_threshold) <class 'insights.parsers.avc_cache_threshold.AvcCacheThreshold'> >>> avc_cache_threshold.cache_threshold 512