-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
In the SMACK feature implementation, a few locale lines were added and it reduced the performance of the benchmarks across many utilities by over 5%. This is because these utilities are so fast that the majority of their overhead is just in the locale parsing and they are very sensitive to changes in the amount of text in the locale files.
A fix for this would be to seperate the SELinux and SMACK locale information to be loaded only if the feature was enabled, or to investigate the bottlenecks related to loading the files to see if the impact on performance can be reduced
Metadata
Metadata
Assignees
Labels
No labels