FreeBSD kernel kern code
imgact_binmisc_entry Struct Reference

Detailed Description

Miscellaneous binary interpreter image activator.

If the given target executable's header matches 'xbe_magic' field in the 'interpreter_list' then it will use the user-level interpreter specified in the 'xbe_interpreter' field to execute the binary. The 'xbe_magic' field may be adjusted to a given offset using the value in the 'xbe_moffset' field and bits of the header may be masked using the 'xbe_mask' field. The 'interpreter_list' entries are managed using sysctl(3) as described in the <sys/imgact_binmisc.h> file.

Definition at line 60 of file imgact_binmisc.c.


The documentation for this struct was generated from the following file: