I'm using the latest fedora strict policy sources, and have noticed that the generated policy.conf file is lacking generated policy entries for extra users.
I added myself to the users file:
# sample for regular user user jmorris roles { user_r };
compiled policy:
# make policy.conf
But the only entry related to the user is the one I added in the users file:
# grep jmorris policy.conf user jmorris roles { user_r };
Have I missed a step or is something wrong in the policy compilation process?
- James