Add users to wireshark group on login.
This commit is contained in:
parent
25c9a4db4b
commit
d29a192675
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue