Home
last modified time | relevance | path

Searched refs:mac_device_enforce (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/security/
H A Dmac_internal.h155 extern unsigned int mac_device_enforce;
H A Dmac_vfs.c335 if (!mac_device_enforce) { in mac_devfs_label_copy()
351 if (!mac_device_enforce) { in mac_devfs_label_update()
400 if (!mac_device_enforce) { in mac_vnode_label_associate_devfs()
2559 if (!mac_device_enforce) { in mac_devfs_label_associate_device()
2576 if (!mac_device_enforce) { in mac_devfs_label_associate_directory()
H A Dmac_base.c179 unsigned int mac_device_enforce = 1; variable
181 &mac_device_enforce, 0, "Enforce MAC policy on device operations");