diff options
Diffstat (limited to 'debian/patches/selinux-fix-chroot-directory.patch')
-rw-r--r-- | debian/patches/selinux-fix-chroot-directory.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/selinux-fix-chroot-directory.patch b/debian/patches/selinux-fix-chroot-directory.patch index 5c7c3c4a9..7b3fdac1a 100644 --- a/debian/patches/selinux-fix-chroot-directory.patch +++ b/debian/patches/selinux-fix-chroot-directory.patch | |||
@@ -4,8 +4,9 @@ Description: Make ChrootDirectory work with SELinux | |||
4 | the user has control over the chroot environment then they may be able to | 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). | 5 | control the context that they get (I haven't verified this). |
6 | Author: Russell Coker <russell@coker.com.au> | 6 | Author: Russell Coker <russell@coker.com.au> |
7 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1726 | ||
7 | Bug-Debian: http://bugs.debian.org/556644 | 8 | Bug-Debian: http://bugs.debian.org/556644 |
8 | Last-Update: 2010-02-27 | 9 | Last-Update: 2010-03-01 |
9 | 10 | ||
10 | Index: b/session.c | 11 | Index: b/session.c |
11 | =================================================================== | 12 | =================================================================== |