Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
test-import
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tails
test-import
Commits
705e1f23
Commit
705e1f23
authored
7 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Remove tcpdump profile: it's shipped by the tcpdump package >= 4.9.0-3.
parent
46703ecf
No related branches found
Branches containing commit
Tags
debian/1.14
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/README.Debian
+1
-2
1 addition, 2 deletions
debian/README.Debian
debian/copyright
+0
-4
0 additions, 4 deletions
debian/copyright
profiles/usr.sbin.tcpdump
+0
-66
0 additions, 66 deletions
profiles/usr.sbin.tcpdump
with
1 addition
and
72 deletions
debian/README.Debian
+
1
−
2
View file @
705e1f23
...
...
@@ -6,7 +6,6 @@ Included profiles
the apparmor-profiles repository at commit 392d8ab.
- irssi: taken from the apparmor-profiles repository at commit 392d8ab.
- Pidgin: taken from the apparmor-profiles repository at commit 392d8ab.
- tcpdump: taken from Ubuntu's tcpdump 4.9.0-2ubuntu2
- Totem: taken from the apparmor-profiles repository at commit 392d8ab.
Sources
...
...
@@ -17,4 +16,4 @@ apparmor-profiles repository
https://code.launchpad.net/~apparmor-dev/apparmor-profiles/+git/apparmor-profiles/+ref/master
-- intrigeri <intrigeri@debian.org>,
Su
n,
2 Apr
2017
15
:5
9
:1
5
+0200
-- intrigeri <intrigeri@debian.org>,
Mo
n,
3 Jul
2017
08
:5
5
:1
0
+0200
This diff is collapsed.
Click to expand it.
debian/copyright
+
0
−
4
View file @
705e1f23
...
...
@@ -21,10 +21,6 @@ Files: profiles/abstractions/totem profiles/usr.bin.totem*
Copyright: 2008-2014 AppArmor developers <apparmor@lists.ubuntu.com>
License: GPL-2+
Files: profiles/usr.sbin.tcpdump
Copyright: 2008-2014 AppArmor developers <apparmor@lists.ubuntu.com>
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
profiles/usr.sbin.tcpdump
deleted
100644 → 0
+
0
−
66
View file @
46703ecf
# vim:syntax=apparmor
# Last Modified: Wed Feb 3 07:58:30 2009
# Author: Jamie Strandboge <jamie@canonical.com>
#include <tunables/global>
/usr/sbin/tcpdump {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/user-tmp>
capability net_raw,
capability setuid,
capability setgid,
capability dac_override,
network raw,
network packet,
# for -D
capability sys_module,
@{PROC}/bus/usb/ r,
@{PROC}/bus/usb/** r,
# for finding an interface
@{PROC}/[0-9]*/net/dev r,
/sys/bus/usb/devices/ r,
/sys/class/net/ r,
/sys/devices/**/net/* r,
# for -j
capability net_admin,
# for tracing USB bus, which libpcap supports
/dev/usbmon* r,
/dev/bus/usb/ r,
/dev/bus/usb/** r,
# for init_etherarray(), with -e
/etc/ethers r,
# for USB probing (see libpcap-1.1.x/pcap-usb-linux.c:probe_devices())
/dev/bus/usb/**/[0-9]* w,
# for -z
/{usr/,}bin/gzip ixr,
/{usr/,}bin/bzip2 ixr,
# for -F and -w
audit deny @{HOME}/.* mrwkl,
audit deny @{HOME}/.*/ rw,
audit deny @{HOME}/.*/** mrwkl,
audit deny @{HOME}/bin/ rw,
audit deny @{HOME}/bin/** mrwkl,
owner @{HOME}/ r,
owner @{HOME}/** rw,
# for -r, -F and -w
/**.[pP][cC][aA][pP] rw,
# for convenience with -r (ie, read pcap files from other sources)
/var/log/snort/*log* r,
/usr/sbin/tcpdump mr,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.sbin.tcpdump>
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment