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

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/simple_bad_x_mods_first_6.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 x modifiers can not appear by themselves
 
3
#=EXRESULT FAIL
 
4
#
 
5
/usr/bin/foo {
 
6
  #include <includes/files>
 
7
  prx /bin/ls,
 
8
}
 
9