View | Details | Raw Unified | Return to bug 251046
Collapse All | Expand All

(-)sys/kern/kern_jail.c (+2 lines)
Lines 3319-3325 Link Here
3319
		 * able to read kernel/phyiscal memory (provided /dev/[k]mem
3319
		 * able to read kernel/phyiscal memory (provided /dev/[k]mem
3320
		 * exists in the jail and they have permission to access it).
3320
		 * exists in the jail and they have permission to access it).
3321
		 */
3321
		 */
3322
	case PRIV_IO:
3322
	case PRIV_KMEM_READ:
3323
	case PRIV_KMEM_READ:
3324
	case PRIV_KMEM_WRITE:
3323
		return (0);
3325
		return (0);
3324
3326
3325
		/*
3327
		/*

Return to bug 251046