Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2007 17:00:14 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114879 for review
Message-ID:  <200702231700.l1NH0EPY043363@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114879

Change 114879 by millert@millert_macbook on 2007/02/23 16:59:26

	Move SECURETTY_TYPES to the correct location in the list.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libselinux/src/sedarwin_config.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/libselinux/src/sedarwin_config.c#5 (text+ko) ====

@@ -17,19 +17,19 @@
 #define HOMEDIR_CONTEXTS	6
 #define DEFAULT_CONTEXTS	7
 #define USER_CONTEXTS		8
-#define SECURETTY_TYPES		9
-#define FAILSAFE_CONTEXT	10
-#define DEFAULT_TYPE		11
-#define BOOLEANS		12
-#define MEDIA_CONTEXTS		13
-#define REMOVABLE_CONTEXT	14
-#define CUSTOMIZABLE_TYPES	15
-#define USERS_DIR		16
-#define SEUSERS			17
-#define TRANSLATIONS		18
-#define NETFILTER_CONTEXTS	19
-#define FILE_CONTEXTS_HOMEDIR	20
-#define FILE_CONTEXTS_LOCAL	21
+#define FAILSAFE_CONTEXT	9
+#define DEFAULT_TYPE		10
+#define BOOLEANS		11
+#define MEDIA_CONTEXTS		12
+#define REMOVABLE_CONTEXT	13
+#define CUSTOMIZABLE_TYPES	14
+#define USERS_DIR		15
+#define SEUSERS			16
+#define TRANSLATIONS		17
+#define NETFILTER_CONTEXTS	18
+#define FILE_CONTEXTS_HOMEDIR	19
+#define FILE_CONTEXTS_LOCAL	20
+#define SECURETTY_TYPES		21
 #define NEL			22
 
 static char *file_paths[NEL];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702231700.l1NH0EPY043363>