https://bugs.winehq.org/show_bug.cgi?id=48889
Luca Boccassi luca.boccassi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #66835|0 |1 is obsolete| |
--- Comment #13 from Luca Boccassi luca.boccassi@gmail.com --- Created attachment 66861 --> https://bugs.winehq.org/attachment.cgi?id=66861 Patch to add debconf postinst to set cap_net_raw on installation
As promised, here's a new revision that adds a low-priority debconf for the setcap. It can be enabled either from one of the many GUI tools, by setting DEBIAN_PRIORITY=low when calling apt, or by preseeding:
echo -e "wine-staging-amd64 wine/setcaps boolean true\nwine-staging wine/setcaps boolean true\nwine-staging-i386 wine/setcaps boolean false" | debconf-set-selections
(if done after installation, then follow-up with dpkg-reconfigure wine-staging-amd64 wine-staging wine-staging-i386)