Skip to content
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

Closed
benohara opened this issue Nov 7, 2016 · 6 comments
Closed

prefix causes repeated module reinstalls #129

benohara opened this issue Nov 7, 2016 · 6 comments

Comments

@benohara
Copy link

benohara commented Nov 7, 2016

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?

@benohara
Copy link
Author

benohara commented Nov 7, 2016

Actually, looks to be the output of semodule -l on EL7 not including module version numbers anymore!

@frapex
Copy link

frapex commented Nov 14, 2016

@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.

@zrice57
Copy link

zrice57 commented Dec 14, 2016

+1

@edestecd
Copy link
Contributor

#142 7.3 also requires the file name to match the module name, so prefixing only the file does not work.

@vinzent
Copy link
Contributor

vinzent commented Dec 28, 2016

default prefix is now empty, merged with #140 .

@bastelfreak
Copy link
Member

Hi @benohara, this should be fixed in the latest release. Please reopen if you still experience issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants