PERFORCE change 79090 for review
Andrew Reisse
areisse at FreeBSD.org
Tue Jun 28 18:41:46 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79090
Change 79090 by areisse at areisse_ibook on 2005/06/28 18:41:41
Remove libsedarwin, as it is now replaced by libselinux, in order
to reduce differences from SELinux itself and SEBSD.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#3 edit
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/Makefile#3 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/context.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/get_default_type.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/get_ordered_context_list.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/getseccontext.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/query_user_context.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/sebsd.h#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/sebsd_context.h#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/sebsd_fs.h#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/sebsd_proc.h#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/sebsd_ss.h#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/security_change_context.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/security_compute_av.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/security_get_user_contexts.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/string_to_security_class.c#2 delete
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libsedarwin/system.c#2 delete
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/Makefile#3 (text+ko) ====
@@ -1,17 +1,17 @@
all:
cd sedarwin && gnumake
- cd libsedarwin && gnumake
+ cd libselinux && gnumake
cd programs && gnumake
cd policy && gnumake
clean:
cd sedarwin && gnumake clean
- cd libsedarwin && gnumake clean
+ cd libselinux && gnumake clean
cd programs && gnumake clean
cd policy && gnumake clean
install:
cd sedarwin && gnumake install
- cd libsedarwin && gnumake install
+ cd libselinux && gnumake install
cd programs && gnumake install
cd policy && gnumake install
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list