{
printf("PM: unauthorized call of do_freemem by proc %d\n",
mp->mp_endpoint);
+ sys_sysctl_stacktrace(mp->mp_endpoint);
return EPERM;
}
{
printf("PM: unauthorized call of do_procstat by proc %d\n",
mp->mp_endpoint);
+ sys_sysctl_stacktrace(mp->mp_endpoint);
return EPERM;
}
{
printf("PM: unauthorized call of do_getsysinfo by proc %d '%s'\n",
mp->mp_endpoint, mp->mp_name);
+ sys_sysctl_stacktrace(mp->mp_endpoint);
sig_proc(mp, SIGEMT);
return EPERM;
}
{
printf("PM: unauthorized call of do_procstat by proc %d\n",
mp->mp_endpoint);
+ sys_sysctl_stacktrace(mp->mp_endpoint);
return EPERM;
}
{
printf("PM: unauthorized call of do_getpuid by proc %d\n",
mp->mp_endpoint);
+ sys_sysctl_stacktrace(mp->mp_endpoint);
return EPERM;
}