selinux-policy-targeted

Discussion in 'General' started by savago, Jan 19, 2010.

  1. savago

    savago Member

    Today when I am update server (fc12) i see this.And what mean this warnings ?


    yum update:
    Updating : selinux-policy-targeted-3.6.32-66.fc12.noarch 59/170
    libsemanage.get_home_dirs: web6_admin homedir /var/www/web6 or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than 500 or its login shell is /sbin/nologin.
    libsemanage.get_home_dirs: web5_info homedir /var/www/web5 or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than 500 or its login shell is /sbin/nologin.
    libsemanage.get_home_dirs: web1_admin homedir /var/www/web1 or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than 500 or its login shell is /sbin/nologin.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to disable selinux again as described in the perfect server guide.
     
  3. savago

    savago Member

    But selinux is disabled.

    cat /etc/selinux/config

    # This file controls the state of SELinux on the system.
    # SELINUX= can take one of these three values:
    # enforcing - SELinux security policy is enforced.
    # permissive - SELinux prints warnings instead of enforcing.
    # disabled - No SELinux policy is loaded.
    SELINUX=disabled

    # SELINUXTYPE= can take one of these two values:
    # targeted - Targeted processes are protected,
    # mls - Multi Level Security protection.
    SELINUXTYPE=targeted
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    getenforce
    ?
     
  5. savago

    savago Member

    getenforce
    Disabled
     
  6. falko

    falko Super Moderator Howtoforge Staff

    I'm not sure, but in this case I guess you can ignore the warnings during the update.
     

Share This Page