Util-Linux package development
 help / color / mirror / Atom feed
* lscpu VMWARE bdoor patch
@ 2016-10-27 10:25 Karel Zak
  2016-10-27 22:06 ` Ruediger Meier
  0 siblings, 1 reply; 6+ messages in thread
From: Karel Zak @ 2016-10-27 10:25 UTC (permalink / raw)
  To: Ruediger Meier, Petr Uzel; +Cc: util-linux


Hi,

this is lscpu output on my machine:

    Virtualization:        VT-x
    Hypervisor vendor:     VMware
    Virtualization type:   full


I have nothing like VMWARE. It seem the code (commit b7744730) does
not work as expected for non-root users. What about to add 

    if (getuid() != 0)
        return 0;

to the is_vmware_platform() function?

    Karel


-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-10  4:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 10:25 lscpu VMWARE bdoor patch Karel Zak
2016-10-27 22:06 ` Ruediger Meier
2016-11-02 12:30   ` Karel Zak
2016-11-03  7:04     ` Ruediger Meier
2016-11-03  9:41       ` Karel Zak
2016-11-10  4:14         ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox