We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to resolve typeattributeset statement at [...] cil
When trying to install the SE Linux module package, this error occurs:
Failed to resolve typeattributeset statement at /var/lib/selinux/default/tmp/modules/400/gitlab-ssh/cil:1 semodule: Failed!
This particular line in install.sh fails: semodule -i $BUILD_DIR/gitlab-ssh.pp
install.sh
semodule -i $BUILD_DIR/gitlab-ssh.pp
Edit: This may be caused by A) no SELinux enabled by default on the Ubuntu system and B) using an older Ubuntu 18.04.6 LTS system.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to install the SE Linux module package, this error occurs:
This particular line in
install.sh
fails:semodule -i $BUILD_DIR/gitlab-ssh.pp
Edit: This may be caused by A) no SELinux enabled by default on the Ubuntu system and B) using an older Ubuntu 18.04.6 LTS system.
The text was updated successfully, but these errors were encountered: