From 7e394703c47da87a610f04ce47141e48150371a8 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 13 May 2013 10:55:58 +0100 Subject: Renumber Debian-specific additions to enum monitor_reqtype so that they fit within a single byte (thanks, Jason Conti; LP: #1179202). --- debian/patches/selinux-role.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches/selinux-role.patch') diff --git a/debian/patches/selinux-role.patch b/debian/patches/selinux-role.patch index f2f8fcd21..c41c78b3b 100644 --- a/debian/patches/selinux-role.patch +++ b/debian/patches/selinux-role.patch @@ -5,7 +5,7 @@ Description: Handle SELinux authorisation roles Author: Manoj Srivastava Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1641 Bug-Debian: http://bugs.debian.org/394795 -Last-Update: 2013-05-07 +Last-Update: 2013-05-13 Index: b/auth.h =================================================================== @@ -170,10 +170,10 @@ Index: b/monitor.h --- a/monitor.h +++ b/monitor.h @@ -73,6 +73,8 @@ - MONITOR_REQ_GSSSIGN = 200, MONITOR_ANS_GSSSIGN = 201, - MONITOR_REQ_GSSUPCREDS = 202, MONITOR_ANS_GSSUPCREDS = 203, + MONITOR_REQ_GSSSIGN = 150, MONITOR_ANS_GSSSIGN = 151, + MONITOR_REQ_GSSUPCREDS = 152, MONITOR_ANS_GSSUPCREDS = 153, -+ MONITOR_REQ_AUTHROLE = 300, ++ MONITOR_REQ_AUTHROLE = 154, + }; -- cgit v1.2.3