[Bug 42274] Ebay Sniper Biet-O-Matic time synchronization fails

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 22 11:01:09 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42274

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download

--- Comment #1 from Bruno Jesus <00cpxxx at gmail.com> ---
The user in your OS does not have privileges to change the time. You can allow
the wine applications to change time doing (as root):

setcap 'cap_sys_time=+ep' <path to wine preloader>

The path depends on how Wine is installed, an example:
setcap 'cap_sys_time=+ep' /usr/bin/wine-preloader

Remember that Wine is not a sandbox, the time change will affect your OS. If
time sync fails silently in the application I believe its better to ignore it
than allowing every app to change time.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list