Allow to use wireshark for all users.
This commit is contained in:
parent
4f73a9ead6
commit
c4b6d86638
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
|||
command: efibootmgr --delete-bootorder
|
||||
when: run_in_installer|default(false)|bool
|
||||
|
||||
- name: set capabilities (wireshark)
|
||||
capabilities:
|
||||
path: /usr/bin/dumpcap
|
||||
capability: cap_net_raw,cap_net_admin+eip
|
||||
state: present
|
||||
|
||||
|
||||
############## extra data partition ###############
|
||||
- name: mount data partition
|
||||
|
|
Loading…
Add table
Reference in a new issue