PERFORCE change 166609 for review

Jonathan Anderson jona at FreeBSD.org
Mon Jul 27 11:27:12 UTC 2009


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

Change 166609 by jona at jona-trustedbsd-belle-vmware on 2009/07/27 11:27:02

	Just allow powerboxes (for now, anyway)

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/policy.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/policy.c#3 (text+ko) ====

@@ -74,6 +74,7 @@
 
 		case UA_LOAD_LIBRARY:
 		case UA_POWERBOX:
+			return 1;
 
 		default:
 			fprintf(stderr, "Unhandled policy request type %i\n", req);


More information about the p4-projects mailing list