Add users to wireshark group on login.

This commit is contained in:
Andreas B. Mundt 2023-12-07 09:26:39 +01:00
parent 25c9a4db4b
commit d29a192675

View file

@ -64,10 +64,10 @@
http_proxy: '' # this is needed to avoid ttf-mscorefonts-installer picking up aptcacher
- name: Allow users to dump packets for wireshark without group membership
ansible.builtin.file:
path: /usr/bin/dumpcap
mode: '0755'
- name: Add wireshark group membership to users to allow dumping packets
ansible.builtin.lineinfile:
path: /etc/security/group.conf
line: '*;*;*;Al0000-2400;wireshark'
- name: Create firefox policies directory