Skip to content

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

@steven-schattenberg-itential

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions