PERFORCE change 114879 for review

Todd Miller millert at FreeBSD.org
Fri Feb 23 17:00:15 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=114879

Change 114879 by millert at 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];


More information about the p4-projects mailing list