Hi everybody,<br><br>I'm facing an issue regarding SELinux and creating users inside a Centos container:<br><br># passwd testuser<br>passwd: unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 is not authorized to change the password of testuser<br>
<br>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>This is my SELinux status on the Centos HOST and the Centos GUEST container<br>
<br>centos HOST:<br>#cat /etc/selinux/config <br>SELINUX=disabled<br>SELINUXTYPE=targeted<br><br>#cat /selinux/enforce <br>0<br><br>but when I check the sestatus:  <br>#sestatus <br>SELinux status:                 enabled<br>
SELinuxfs mount:                /selinux<br>Current mode:                   permissive<br>Mode from config file:          disabled<br>Policy version:                 24<br>Policy from config file:        targeted<br><br clear="all">
------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>Centos GUEST:<br><br># cat /etc/selinux/config <br>SELINUX=disabled<br>
<br>[root@hcmgit ~]# cat /selinux/enforce <br>0<br><br># sestatus<br>SELinux status:                 enabled<br>SELinuxfs mount:                not mounted<br>Please mount selinuxfs for proper results.<br><br><br>I'd appreciate any idea how to fix this.<br>
<br>-- <br>Luis M. Ibarra