~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk

« back to all changes in this revision

Viewing changes to debian/apparmor/ubuntu-filemanager-app

  • Committer: Bileto Bot
  • Date: 2017-04-04 17:06:41 UTC
  • mfrom: (588.1.19 fix-desktop-file)
  • Revision ID: ci-train-bot@canonical.com-20170404170641-1p15lmx8wodlx2ut
* Rename binary file to ubuntu-filemanager-app
* Join plugin packages into the main package 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:syntax=apparmor
 
2
#include <tunables/global>
 
3
 
 
4
# Mostly unconfined. Don't allow capability or any mount rules. Also ensure that
 
5
# exec inherits from this profile
 
6
profile ubuntu-filemanager-app (attach_disconnected) {
 
7
  network,
 
8
  / rwkl,
 
9
  /** rwlkm,
 
10
  /** pix,
 
11
  dbus,
 
12
  signal,
 
13
  ptrace,
 
14
  unix,
 
15
}