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

« back to all changes in this revision

Viewing changes to tests/regression/subdomain/for-mainline/confined.patch

  • 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
 
Index: subdomain/exec_qual.sh
2
 
===================================================================
3
 
--- subdomain.orig/exec_qual.sh
4
 
+++ subdomain/exec_qual.sh
5
 
@@ -131,13 +131,13 @@ local_runchecktest "enforce ix case4" pa
6
 
 #        expected behaviour, child should be able to access resource
7
 
 
8
 
 genprofile $test2:ux $file:$fileperm
9
 
-local_runchecktest "enforce ux case1" pass "unconstrained" $test2 $file
10
 
+local_runchecktest "enforce ux case1" pass "unconfined" $test2 $file
11
 
 
12
 
 # case 2: parent profile denies access (should be irrelevant)
13
 
 #        expected behaviour, child should be able to access resource
14
 
 
15
 
 genprofile $test2:ux
16
 
-local_runchecktest "enforce ux case1" pass "unconstrained" $test2 $file
17
 
+local_runchecktest "enforce ux case1" pass "unconfined" $test2 $file
18
 
 
19
 
 # confined parent, exec child with conflicting exec qualifiers
20
 
 # that overlap in such away that px is prefered (ix is glob, px is exact
21
 
@@ -165,7 +165,7 @@ local_runchecktest "enforce unconfined c
22
 
 #        expected behaviour: child should be able to access resource
23
 
 
24
 
 removeprofile
25
 
-local_runchecktest "enforce unconfined case3" pass "unconstrained" $test2 $file
26
 
+local_runchecktest "enforce unconfined case3" pass "unconfined" $test2 $file
27
 
 
28
 
 # -----------------------------------------------------------------------
29