Scroll to navigation

__AUDIT_MQ_OPEN(9) Audit Interfaces __AUDIT_MQ_OPEN(9)

NAME

__audit_mq_open - record audit data for a POSIX MQ open

SYNOPSIS

void __audit_mq_open(int oflag, umode_t mode, struct mq_attr * attr);

ARGUMENTS

int oflag

open flag

umode_t mode

mode bits

struct mq_attr * attr

queue attributes

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11