http://www.perlmonks.org?node_id=1080645


in reply to perl lost its modules!

Have you checked the audit log? It may simply be a case of incorrect contexts. For reference, my strict.pm is system_u:object_r:usr_t:s0

Replies are listed 'Best First'.
Re^2: perl lost its modules!
by seandarcy (Initiate) on Apr 01, 2014 at 23:23 UTC

    Nothing in the audit log. I ran tail -f /var/log/audit/audit.log and then executed my little perl script. Nothing.

    And:

    grep ^SELINUX= /etc/selinux/config SELINUX=permissive

    And I thought this would be a winner!