23 lines
780 B
Plaintext
23 lines
780 B
Plaintext
|
From: Jeff Mahoney <jeffm@suse.com>
|
||
|
Subject: apparmor-docs: Fix grammar error in techdoc.pdf
|
||
|
References: bnc#588235
|
||
|
|
||
|
This patch fixes a grammar error in techdoc.pdf.
|
||
|
|
||
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
||
|
---
|
||
|
parser/techdoc.tex | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/parser/techdoc.tex
|
||
|
+++ b/parser/techdoc.tex
|
||
|
@@ -213,7 +213,7 @@ files by controlling file descriptor pas
|
||
|
|
||
|
\subsection{Mount}
|
||
|
|
||
|
-Mounting can change a process's namespace in in almost arbitrary ways.
|
||
|
+Mounting can change a process's namespace in almost arbitrary ways.
|
||
|
This is a problem because AppArmor's file access control is pathname
|
||
|
based, and granting a process the right to arbitrarily change its
|
||
|
namespace would subvert this protection mechanism. AppArmor therefore
|