Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6526] Wireshark installer doesn't add access_bpf in 10.5.8

Date: Wed, 2 Nov 2011 15:35:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6526

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |All

--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2011-11-02 15:35:41 PDT ---
OK, what happens with

    sudo bash
    dseditgroup -q -o read "wheel"
    echo $?
    dseditgroup -q -o read "cecinestpasungroupe"
    echo $?

It looks as if dseditgroup, in 10.5.x, is, when handed a non-existent group,
might just exit silently with an exit status of 0; the two tests above should
show what happens when handed a group that (almost certainly) exists and that
(almost certainly) doesn't exist group, respectively.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.