Command semodule -i mypol.pp takes more than one minute to execute. Why?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
Without seeing the policy file, one can only guess, but it's probably because the policy is somewhat far-reaching in what it affects. Policies amount to changes to the filesystem, labeling the affected files. So, if your policy names a broad swath of the filesystem as being under its control, all of those files have to have their metadata modified. |
|||
|
|