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
|
http_proxy: '' # this is needed to avoid ttf-mscorefonts-installer picking up aptcacher
|
||||||
|
|
||||||
|
|
||||||
- name: Allow users to dump packets for wireshark without group membership
|
- name: Add wireshark group membership to users to allow dumping packets
|
||||||
ansible.builtin.file:
|
ansible.builtin.lineinfile:
|
||||||
path: /usr/bin/dumpcap
|
path: /etc/security/group.conf
|
||||||
mode: '0755'
|
line: '*;*;*;Al0000-2400;wireshark'
|
||||||
|
|
||||||
|
|
||||||
- name: Create firefox policies directory
|
- name: Create firefox policies directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue