mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
bugfix: local file owner
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
b4faeea69e
commit
c3fa247e6a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ module Vulcano::Backends
|
|||
mode: tmask & 00777,
|
||||
mtime: file_stat.mtime.to_i,
|
||||
size: file_stat.size,
|
||||
user: pw_username(file_stat.uid),
|
||||
owner: pw_username(file_stat.uid),
|
||||
group: pw_groupname(file_stat.gid),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue