#include #include #include #include #include #include void mac_pty_notify_grant(proc_t p, struct tty *tp, dev_t dev, struct label *label) { MAC_PERFORM(pty_notify_grant, p, tp, dev, label); } void mac_pty_notify_close(proc_t p, struct tty *tp, dev_t dev, struct label *label) { MAC_PERFORM(pty_notify_close, p, tp, dev, label); }