Ticket #26675: wireshark+setuid_root.diff

File wireshark+setuid_root.diff, 395 bytes (added by mklein-de (Michael Klein), 14 years ago)

Portfile patch

  • Portfile

     
    128128        configure.args-append   --disable-wireshark
    129129}
    130130
     131variant setuid_root description {install dumpcap binary as setuid root} {
     132        configure.args-append   --enable-setuid-install
     133        destroot.asroot         yes
     134        install.asroot          yes
     135}
     136
    131137#
    132138##EOF