You can edit almost every page by Creating an account. Otherwise, see the FAQ.

System call interposition

From EverybodyWiki Bios & Wiki

System call interposition, often abbreviated as SCI, is a powerful method for monitoring and securing application behavior. It works by replacing calls to system functions with interposed functions instead, which either approve or reject the call based on a security policy. For example, an application that doesn't need access to the network would have its network request function calls rejected.[1]

References[edit]

System call interposition[edit]


This article "System call interposition" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:System call interposition. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.