You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I probably miss some piece of the puzzle but it looks like all datastore functionality could be implemented using semodule utility or libsemanage library. Bellow are shell snippets describing how it could work.
List() semodule -lfull | grep -E '^350
Put() is not necessagy, it's automatically covered by semodule -i ...
I probably miss some piece of the puzzle but it looks like all datastore functionality could be implemented using
semodule
utility or libsemanage library. Bellow are shell snippets describing how it could work.List()
semodule -lfull | grep -E '^350
Put() is not necessagy, it's automatically covered by
semodule -i ...
Get()
This works on Fedora 36, RHEL-8.6, and RHEL9 and later
semodule -r ...
The text was updated successfully, but these errors were encountered: