~ubuntu-branches/ubuntu/hardy/apparmor/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Mathias Gug, Kees Cook
  • Date: 2008-01-03 13:29:31 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080103132931-ioypwnni24jj3b4t
Tags: 2.1+1075-0ubuntu1
[ Mathias Gug ]
* profiles/apparmor.d/abstractions/nameservice: update nameservice
  abstraction to support nscd setup.

[ Kees Cook ]
* merge with upstream trunk revision 1075.
* debian/{control,apparmor.postrm,apparmor.postinst,apparmor.initramfs}:
  dropped module hook since module is loaded in kernel automatically now.
* debian/rules: tweaked get-orig-source to use defined variables.
* debian/copyright: mention "get-orig-source" build rule.
* debian/{rules,control,libpam-apparmor.docs}: add libpam-apparmor now
  that PAM is 0.99.

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
}