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

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/bare_include_tests/bad_4.sd

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2015-07-23 01:57:43 UTC
  • mfrom: (1.1.32)
  • Revision ID: package-import@ubuntu.com-20150723015743-q1nfat496q3d8rcm
Tags: 2.10-0ubuntu1
* Update to apparmor 2.10
  - libapparmor added functions to ease loading profile cache files to
    help support systemd on-demand load of policy (LP: #1385414)
  - apparmor parser: fixed policy generation to allow matching
    embedded NULs in abstract unix socket names (LP: #1413410)
  - aa-status: don't traceback when not permitted to read current
    set of apparmor policy (LP: #1466768)
  - aa-logprof: don't crash on policies that have an #include of a
    directory (LP: #1471425)
  - aa-logprof: fix crash when network rejections occur when file
    operations are performed on network sockets (LP: #1466812)
* dropped reproducible-pdf.patch, incorporated upstream
* debian/patches/tests-fix_sysctl_test.patch: fix sysctl test failure
  with 4.1 kernel and newer.
* debian/control: add alternate dependency on linux-initramfs-tool
  (LP: #1109029)
* debian/libapparmor1.symbols: update symbols file for added symbols
  in libapparmor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#=DESCRIPTION includes testing - non-existent include should fail
 
3
#=EXRESULT FAIL
 
4
#
 
5
/does/not/exist {
 
6
  include <includes/base>
 
7
  include <does-not-exist/does-not-exist>
 
8
}