commit | 039c5d1b2c5f249f5a291215eb5f0eb0afd54f81 | [log] [tgz] |
---|---|---|
author | Roman Storozhenko <romeusmeister@gmail.com> | Tue Jun 27 12:51:18 2017 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 27 15:41:02 2017 +0200 |
tree | 5091d9520b5a8a95b499feb97821a9057b3215a8 | |
parent | 865279c53ca9d88718d974bb014b2c6ce259ac75 [diff] |
KVM: Replaces symbolic permissions with numeric Replaces "S_IRUGO | S_IWUSR" with 0644. The reason is that symbolic permissions considered harmful: https://lwn.net/Articles/696229/ Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>