~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/file/front_perms_ok_1.sd

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#=DESCRIPTION perms before pathname
 
3
#=EXRESULT PASS
 
4
#
 
5
/usr/bin/foo {
 
6
   r /foo1,
 
7
   w /foo1,
 
8
   a /foo1,
 
9
   k /foo1,
 
10
   m /foo1,
 
11
   l /foo1,
 
12
   px /foo1,
 
13
   Px /foo2,
 
14
   ux /foo3,
 
15
   Ux /foo4,
 
16
   ix /foo5,
 
17
   unsafe px /foo6,
 
18
   unsafe Px /foo7,
 
19
   unsafe ux /foo8,
 
20
   unsafe Ux /foo9,
 
21
   unsafe ix /foo10,
 
22
 
 
23
}