diff options
Diffstat (limited to 'debian/patches/selinux-fix-chroot-directory.patch')
-rw-r--r-- | debian/patches/selinux-fix-chroot-directory.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/selinux-fix-chroot-directory.patch b/debian/patches/selinux-fix-chroot-directory.patch index a69ded59b..5c7c3c4a9 100644 --- a/debian/patches/selinux-fix-chroot-directory.patch +++ b/debian/patches/selinux-fix-chroot-directory.patch | |||
@@ -1,3 +1,12 @@ | |||
1 | Description: Make ChrootDirectory work with SELinux | ||
2 | After chroot() is called the SE Linux context setting won't work unless | ||
3 | /selinux and /proc are mounted in the chroot environment. Even worse, if | ||
4 | the user has control over the chroot environment then they may be able to | ||
5 | control the context that they get (I haven't verified this). | ||
6 | Author: Russell Coker <russell@coker.com.au> | ||
7 | Bug-Debian: http://bugs.debian.org/556644 | ||
8 | Last-Update: 2010-02-27 | ||
9 | |||
1 | Index: b/session.c | 10 | Index: b/session.c |
2 | =================================================================== | 11 | =================================================================== |
3 | --- a/session.c | 12 | --- a/session.c |