svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
sx_enabled(3c)
Standard C Library Functions sx_enabled(3C)
NAME
sx_enabled - query and return the state of a security extension
SYNOPSIS
#include <sys/secext.h>
boolean_t sx_enabled(secext_ext_t extension);
DESCRIPTION
The sx_enabled() function is used to query the state of a security
extension in the calling process. The extension argument specifies the
security extension to query. The extensions that are currently sup‐
ported are as follows:
tab(); lw(1.38i) lw(2.75i) lw(1.38i) lw(1.38i) lw(2.75i) lw(1.38i)
secext_ext_t ValueExtension NameArchitecture _ SX_ADIHEAPADI-based Heap
ProtectionSPARC SX_ADISTACKADI-based Stack ProtectionSPARC SX_ASLRAd‐
dress Space Layout RandomizationSPARC, i386 SX_NXHEAPNon-Executable
HeapSPARC, i386 SX_NXSTACKNon-Executable StackSPARC, i386 SX_SSBDSpecu‐
lative Store Bypass Disablei386
Only process level security extensions may be queried via this inter‐
face, not system-wide or kernel level security extensions.
For more information about security extensions, see the sxadm(8) man
page.
RETURN VALUES
If the security extension is enabled, B_TRUE is returned. Else, B_FALSE
is returned.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe _ Stan‐
dardNone
SEE ALSO
sxadm(8)
Oracle Solaris 11.4 12 Sept 2018 sx_enabled(3C)