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

Allow init to follow symlinks when IAP/IAG install directory is configured #36

Open
steven-schattenberg-itential opened this issue Aug 15, 2024 · 0 comments

Comments

@steven-schattenberg-itential
Copy link
Contributor

SELinux is blocking init from following symlink to the IAP install directory when it is configure to anything other than “/opt”. We may be able to install this module:

module my-node 1.0;

require {
	type init_t;
	type default_t;
	class lnk_file read;
}

#============= init_t ==============
allow init_t default_t:lnk_file read;

Test this by installing IAP in a directory other than /opt and see if SELinux fails.

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

1 participant