Interface MacCLibrary
- All Superinterfaces:
NativeLibrary
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
sandbox_free_error
(MacCLibrary.ErrorReference errorbuf) releases memory when an error occurs during initialization (e.g.int
sandbox_init
(String profile, long flags, MacCLibrary.ErrorReference errorbuf) maps to sandbox_init(3), since Leopard
-
Method Details
-
newErrorReference
MacCLibrary.ErrorReference newErrorReference() -
sandbox_init
maps to sandbox_init(3), since Leopard -
sandbox_free_error
releases memory when an error occurs during initialization (e.g. syntax bug)
-