~ubuntu-branches/ubuntu/wily/ubuntu-personal-security/wily

« back to all changes in this revision

Viewing changes to data/apparmor.historical/policygroups/1.1/video_files

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2015-07-10 16:24:58 UTC
  • Revision ID: package-import@ubuntu.com-20150710162458-tf8yipgf18rn76h8
Tags: 15.10.1
* Initial release for ubuntu-core-personal. It provides:
  - the apparmor policies for Ubuntu Personal
  - the seccomp policies for Ubuntu Personal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Description: Can read and write to video files. This policy group is
 
2
#  reserved for certain applications, such as video players. Developers
 
3
#  should typically use the content_exchange policy group and API to
 
4
#  access video files instead.
 
5
# Usage: reserved
 
6
owner @{HOME}/Videos/   r,
 
7
owner @{HOME}/Videos/** rwk,
 
8
# SD card: /media/<user>/<label>/...
 
9
owner /media/*/*/[Vv][Ii][Dd][Ee][Oo][Ss]/   r,
 
10
owner /media/*/*/[Vv][Ii][Dd][Ee][Oo][Ss]/** rwk,
 
11
# LP: #1408772. Temporarily allow read to user directory in SD card to obtain
 
12
# the label of the SD card (don't use owner because this directory is owned by
 
13
# root).
 
14
/media/*/ r,