mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00
21 lines
449 B
Diff
21 lines
449 B
Diff
![]() |
Index: subdomain/fchdir.sh
|
||
|
===================================================================
|
||
|
--- subdomain.orig/fchdir.sh
|
||
|
+++ subdomain/fchdir.sh
|
||
|
@@ -22,7 +22,7 @@ bin=$pwd
|
||
|
|
||
|
. $bin/prologue.inc
|
||
|
|
||
|
-dir=$tmpdir/tmpdir
|
||
|
+dir=$tmpdir/tmpdir/
|
||
|
|
||
|
mkdir $dir
|
||
|
|
||
|
@@ -32,5 +32,5 @@ mkdir $dir
|
||
|
runchecktest "FCHDIR/no profile" pass $dir
|
||
|
|
||
|
# null profile, verify fchdir (x) functions
|
||
|
-genprofile
|
||
|
+genprofile $dir:r
|
||
|
runchecktest "FCHDIR/profile" pass $dir
|