Wireshark-commits: [Wireshark-commits] master 34ff98c: Assign access_bpf to GID less than 500

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Jul 2020 16:53:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34ff98c860382683abc7b91548a0361a0109b537
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

34ff98c by Michael Schmitt (mschmitt@xxxxxxxxxxxx):

    Assign access_bpf to GID less than 500
    
    When installing ChmodBPF on macOS, assign the access_bpf group to the first
    free GID greater than 100, rather to the default which starts at 500. Using
    a GID less than 500 hides it in the System Preferences Users & Groups pane.
    
    Bug: 6402
    Change-Id: I62ed63bc64cb2721880467ffd0dc290ea57c8461
    Reviewed-on: https://code.wireshark.org/review/37676
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  7e4ff6f   cppcheck.sh and check_dissector_urls.py: Show which files are being examined.
     add  34ff98c   Assign access_bpf to GID less than 500


Summary of changes:
 packaging/macosx/ChmodBPF/install-scripts/postinstall | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)