From 67a9d1e6ef3549cfe0d7aed6452cf8f8e2858d1a Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Tue, 15 Aug 2023 15:28:10 +0200 Subject: [PATCH] Fix wireshark for all. --- roles/lmn_kde/tasks/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roles/lmn_kde/tasks/main.yml b/roles/lmn_kde/tasks/main.yml index 7dc1836..8a1caaf 100644 --- a/roles/lmn_kde/tasks/main.yml +++ b/roles/lmn_kde/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: Preseed wireshark to allow users sniffing packets + ansible.builtin.debconf: + name: wireshark-common + question: wireshark-common/install-setuid + value: true + vtype: boolean + - name: Preseed ttf-mscorefonts-installer ansible.builtin.debconf: name: ttf-mscorefonts-installer @@ -105,7 +112,7 @@ Driver=QSQLITE3 -- name: Allow users to dump packets for wireshark +- name: Allow users to dump packets for wireshark without group membership ansible.builtin.file: path: /usr/bin/dumpcap mode: '0755'