/src/sys/secmodel/overlay/ |
overlay.h | 41 int secmodel_overlay_generic_cb(kauth_cred_t, kauth_action_t, void *, 43 int secmodel_overlay_system_cb(kauth_cred_t, kauth_action_t, void *, 45 int secmodel_overlay_process_cb(kauth_cred_t, kauth_action_t, void *, 47 int secmodel_overlay_network_cb(kauth_cred_t, kauth_action_t, void *, 49 int secmodel_overlay_machdep_cb(kauth_cred_t, kauth_action_t, void *, 51 int secmodel_overlay_device_cb(kauth_cred_t, kauth_action_t, void *, 53 int secmodel_overlay_vnode_cb(kauth_cred_t, kauth_action_t, void *,
|
secmodel_overlay.c | 235 secmodel_overlay_generic_cb(kauth_cred_t cred, kauth_action_t action, 261 secmodel_overlay_system_cb(kauth_cred_t cred, kauth_action_t action, 287 secmodel_overlay_process_cb(kauth_cred_t cred, kauth_action_t action, 313 secmodel_overlay_network_cb(kauth_cred_t cred, kauth_action_t action, 339 secmodel_overlay_machdep_cb(kauth_cred_t cred, kauth_action_t action, 365 secmodel_overlay_device_cb(kauth_cred_t cred, kauth_action_t action, 391 secmodel_overlay_vnode_cb(kauth_cred_t cred, kauth_action_t action,
|
/src/sys/secmodel/suser/ |
suser.h | 39 int secmodel_suser_generic_cb(kauth_cred_t, kauth_action_t, void *, 41 int secmodel_suser_system_cb(kauth_cred_t, kauth_action_t, void *, 43 int secmodel_suser_process_cb(kauth_cred_t, kauth_action_t, void *, 45 int secmodel_suser_network_cb(kauth_cred_t, kauth_action_t, void *, 47 int secmodel_suser_machdep_cb(kauth_cred_t, kauth_action_t, void *, 49 int secmodel_suser_device_cb(kauth_cred_t, kauth_action_t, void *, 51 int secmodel_suser_vnode_cb(kauth_cred_t, kauth_action_t, void *,
|
secmodel_suser.c | 196 secmodel_suser_generic_cb(kauth_cred_t cred, kauth_action_t action, 226 secmodel_suser_system_cb(kauth_cred_t cred, kauth_action_t action, 466 secmodel_suser_process_cb(kauth_cred_t cred, kauth_action_t action, 562 secmodel_suser_network_cb(kauth_cred_t cred, kauth_action_t action, 829 secmodel_suser_machdep_cb(kauth_cred_t cred, kauth_action_t action, 876 secmodel_suser_device_cb(kauth_cred_t cred, kauth_action_t action, 940 secmodel_suser_vnode_cb(kauth_cred_t cred, kauth_action_t action,
|
/src/sys/secmodel/securelevel/ |
securelevel.h | 41 int secmodel_securelevel_system_cb(kauth_cred_t, kauth_action_t, void *, 43 int secmodel_securelevel_process_cb(kauth_cred_t, kauth_action_t, void *, 45 int secmodel_securelevel_network_cb(kauth_cred_t, kauth_action_t, void *, 47 int secmodel_securelevel_machdep_cb(kauth_cred_t, kauth_action_t, void *, 49 int secmodel_securelevel_device_cb(kauth_cred_t, kauth_action_t, void *, 51 int secmodel_securelevel_vnode_cb(kauth_cred_t, kauth_action_t, void *,
|
secmodel_securelevel.c | 251 secmodel_securelevel_system_cb(kauth_cred_t cred, kauth_action_t action, 361 secmodel_securelevel_process_cb(kauth_cred_t cred, kauth_action_t action, 419 secmodel_securelevel_network_cb(kauth_cred_t cred, kauth_action_t action, 462 secmodel_securelevel_machdep_cb(kauth_cred_t cred, kauth_action_t action, 507 secmodel_securelevel_device_cb(kauth_cred_t cred, kauth_action_t action, 607 secmodel_securelevel_vnode_cb(kauth_cred_t cred, kauth_action_t action,
|
/src/sys/secmodel/keylock/ |
keylock.h | 40 int secmodel_keylock_system_cb(kauth_cred_t, kauth_action_t, void *, 42 int secmodel_keylock_process_cb(kauth_cred_t, kauth_action_t, void *, 44 int secmodel_keylock_network_cb(kauth_cred_t, kauth_action_t, void *, 46 int secmodel_keylock_machdep_cb(kauth_cred_t, kauth_action_t, void *, 48 int secmodel_keylock_device_cb(kauth_cred_t, kauth_action_t, void *,
|
secmodel_keylock.c | 156 kauth_action_t action, void *cookie, void *arg0, void *arg1, 265 kauth_action_t action, void *cookie, void *arg0, 325 kauth_action_t action, void *cookie, void *arg0, 372 kauth_action_t action, void *cookie, void *arg0, 410 kauth_action_t action, void *cookie, void *arg0,
|
/src/share/examples/secmodel/ |
secmodel_example.c | 42 static int secmodel_example_device_cb(kauth_cred_t, kauth_action_t, void *, 44 static int secmodel_example_generic_cb(kauth_cred_t, kauth_action_t, void *, 46 static int secmodel_example_machdep_cb(kauth_cred_t, kauth_action_t, void *, 48 static int secmodel_example_network_cb(kauth_cred_t, kauth_action_t, void *, 50 static int secmodel_example_process_cb(kauth_cred_t, kauth_action_t, void *, 52 static int secmodel_example_system_cb(kauth_cred_t, kauth_action_t, void *, 54 static int secmodel_example_vnode_cb(kauth_cred_t, kauth_action_t, void *, 211 secmodel_example_generic_cb(kauth_cred_t cred, kauth_action_t action, 233 secmodel_example_system_cb(kauth_cred_t cred, kauth_action_t action, 350 secmodel_example_process_cb(kauth_cred_t cred, kauth_action_t action [all...] |
/src/sys/sys/ |
kauth.h | 54 typedef uint64_t kauth_action_t; typedef in typeref:typename:uint64_t 55 typedef int (*kauth_scope_callback_t)(kauth_cred_t, kauth_action_t, 465 int kauth_authorize_action(kauth_scope_t, kauth_cred_t, kauth_action_t, void *, 469 int kauth_authorize_generic(kauth_cred_t, kauth_action_t, void *); 470 int kauth_authorize_system(kauth_cred_t, kauth_action_t, enum kauth_system_req, 472 int kauth_authorize_process(kauth_cred_t, kauth_action_t, struct proc *, 474 int kauth_authorize_network(kauth_cred_t, kauth_action_t, 476 int kauth_authorize_machdep(kauth_cred_t, kauth_action_t, 478 int kauth_authorize_device(kauth_cred_t, kauth_action_t, 480 int kauth_authorize_device_tty(kauth_cred_t, kauth_action_t, struct tty *) [all...] |
/src/sys/secmodel/extensions/ |
secmodel_extensions_vfs.c | 49 static int secmodel_extensions_system_cb(kauth_cred_t, kauth_action_t, 51 static int secmodel_extensions_vnode_cb(kauth_cred_t, kauth_action_t, 122 secmodel_extensions_system_cb(kauth_cred_t cred, kauth_action_t action, 200 secmodel_extensions_vnode_cb(kauth_cred_t cred, kauth_action_t action,
|
secmodel_extensions.c | 68 static int secmodel_extensions_process_cb(kauth_cred_t, kauth_action_t, 70 static int secmodel_extensions_network_cb(kauth_cred_t, kauth_action_t, 308 secmodel_extensions_process_cb(kauth_cred_t cred, kauth_action_t action, 369 secmodel_extensions_network_cb(kauth_cred_t cred, kauth_action_t action,
|
/src/sys/kern/ |
kern_auth.c | 80 static int kauth_cred_hook(kauth_cred_t, kauth_action_t, void *, void *); 970 kauth_action_t action, void *arg0, void *arg1, void *arg2, void *arg3) 1010 kauth_action_t action, void *arg0, void *arg1, void *arg2, void *arg3) 1033 kauth_authorize_generic(kauth_cred_t cred, kauth_action_t action, void *arg0) 1043 kauth_authorize_system(kauth_cred_t cred, kauth_action_t action, 1054 kauth_authorize_process(kauth_cred_t cred, kauth_action_t action, 1065 kauth_authorize_network(kauth_cred_t cred, kauth_action_t action, 1073 kauth_authorize_machdep(kauth_cred_t cred, kauth_action_t action, 1081 kauth_authorize_device(kauth_cred_t cred, kauth_action_t action, 1089 kauth_authorize_device_tty(kauth_cred_t cred, kauth_action_t action [all...] |
vfs_init.c | 371 mount_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
sysv_ipc.c | 258 sysvipc_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
kern_veriexec.c | 119 static int veriexec_raw_cb(kauth_cred_t, kauth_action_t, void *, 303 veriexec_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, 919 veriexec_raw_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
sys_pset.c | 67 psets_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
sys_sched.c | 654 sched_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
kern_resource.c | 75 resource_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
/src/sys/dev/ |
clockctl.c | 85 clockctl_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
/src/sys/ufs/chfs/ |
chfs_subr.c | 258 kauth_action_t action = KAUTH_VNODE_WRITE_FLAGS;
|
/src/sys/miscfs/procfs/ |
procfs_vfsops.c | 594 procfs_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
/src/sys/netbt/ |
hci_socket.c | 206 hci_device_cb(kauth_cred_t cred, kauth_action_t action, void *cookie,
|
/src/sys/fs/ptyfs/ |
ptyfs_vnops.c | 385 kauth_action_t action = KAUTH_VNODE_WRITE_FLAGS;
|
/src/sys/fs/tmpfs/ |
tmpfs_subr.c | 961 kauth_action_t action = KAUTH_VNODE_WRITE_FLAGS;
|