Home
last modified time | relevance | path

Searched refs:MBO_TYPE_SOCK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.h91 #define MBO_TYPE_SOCK 0x00000020 macro
95 MBO_TYPE_CHR | MBO_TYPE_LNK | MBO_TYPE_SOCK | MBO_TYPE_FIFO)
H A Dmac_bsdextended.c367 match = (rule->mbr_object.mbo_type & MBO_TYPE_SOCK); in ugidfw_rulecheck()