-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prefix causes repeated module reinstalls #129
Comments
Actually, looks to be the output of semodule -l on EL7 not including module version numbers anymore! |
@benohara: Regarding module version numbers. As of RHEL 7.3, the cmd "semodule -l" no longer returns version information. See https://bugzilla.redhat.com/show_bug.cgi?id=1391886 and https://bugzilla.redhat.com/show_bug.cgi?id=1392573. Workaround not yet available. |
+1 |
#142 7.3 also requires the file name to match the module name, so prefixing only the file does not work. |
default prefix is now empty, merged with #140 . |
Hi @benohara, this should be fixed in the latest release. Please reopen if you still experience issues. |
Looks like its been raised before, we we're seeing modules try to reinstall each run.
Only way I could fix it was by setting $prefix = ''
Out modules do not have names with 'local_' prefixing in the .te
Hows this meant to work?
The text was updated successfully, but these errors were encountered: