]>
git.saurik.com Git - apple/xnu.git/blob - security/mac_pty.c
5 #include <security/mac_framework.h>
6 #include <security/mac_internal.h>
9 mac_pty_notify_grant(proc_t p
, struct tty
*tp
, dev_t dev
, struct label
*label
) {
10 MAC_PERFORM(pty_notify_grant
, p
, tp
, dev
, label
);
14 mac_pty_notify_close(proc_t p
, struct tty
*tp
, dev_t dev
, struct label
*label
) {
15 MAC_PERFORM(pty_notify_close
, p
, tp
, dev
, label
);