This file is indexed.

/usr/share/doc/apparmor-profiles/extras/usr.bin.wireshark is in apparmor-profiles 2.10.95-0ubuntu2.10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# vim:syntax=apparmor
# Last Modified: Thu Aug 25 13:37:56 2005
# ------------------------------------------------------------------
#
#    Copyright (C) 2002-2005 Novell/SUSE
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#
# ------------------------------------------------------------------

#include <tunables/global>

/usr/bin/wireshark {
  #include <abstractions/base>
  #include <abstractions/bash>
  #include <abstractions/consoles>
  #include <abstractions/kde>
  #include <abstractions/nameservice>
  #include <abstractions/gnome>
  #include <abstractions/user-write>
  #include <abstractions/X>

  capability net_raw,

  /etc/ethers r,

  @{HOME}/.wireshark/* rw,
  @{HOME}/.fonts.cache-* r,

  /etc/pango/pango.modules r,
  /usr/lib/gtk-*/*/loaders/* mr,
  /usr/share/* r,
  /usr/share/icons/** r,
  /usr/share/mime/* r,
  /usr/lib/firefox/firefox.sh rPx,
  /usr/bin/wireshark mixr,
  /usr/share/icons r,
  /usr/share/mime/* r,
  /usr/share/snmp/mibs r,
  /usr/share/snmp/mibs/* r,
  /usr/share/snmp/mibs/.index rw,
}