Alles anzeigenHallo,
[root@xyz var]# LC_ALL=C chcon -u system_u -r object_r -t quota_db_t /var/aquota.group
chcon: failed to change context of `/var/aquota.group' to `system_u:object_r:quota_db_t:s0': Operation not permitted
Claude
Hallo,
wir haben das Verhalten hier jetzt nachbilden können.(CentOS 6.2) Es tritt auf (reproduzierbar), wenn Sie die Reihenfolge von Quota anschalten und dem SELinux Befehl vertauscht haben. Führen Sie also folgendes aus:
quotaoff -vg /var
LC_ALL=C chcon -u system_u -r object_r -t quota_db_t /var/aquota.group
quotaon -vg /var
Viele Grüße,
Yonah Grätz