Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 12:16:44 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44564 for review
Message-ID:  <200312302016.hBUKGi5R037171@repoman.freebsd.org>

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

Change 44564 by cvance@cvance_sony on 2003/12/30 12:16:00

	Move the sebsd default_types file to /etc/security, which is 
	consistent with the location on SELinux

Affected files ...

.. //depot/projects/trustedbsd/sebsd/lib/libsebsd/sebsd.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/lib/libsebsd/sebsd.h#4 (text+ko) ====

@@ -77,7 +77,7 @@
  * Caller must free via free().
  * Return 0 on success or -1 otherwise. 
  */
-#define _DEFTYPE_PATH "/etc/security/sebsd/default_type"
+#define _DEFTYPE_PATH "/etc/security/default_type"
 int get_default_type (const char* role, char** type);
 
 #endif /* _SEBSD_H */



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