HomeFreeBSD

Break out mac_check_vnode_op() into three seperate checks:
rS102112Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Break out mac_check_vnode_op() into three seperate checks:
mac_check_vnode_poll(), mac_check_vnode_read(), mac_check_vnode_write().
This improves the consistency with other existing vnode checks, and
allows policies to avoid implementing switch statements to determine
what operations they do and do not want to authorize.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs

Details

Event Timeline