diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-04-13 16:38:34 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-04-13 16:38:34 +0000 |
| commit | 361515d90921bf551e264ca8bfb5bd2a493ae9da (patch) | |
| tree | 2dcf972e72a289d8098faf4c93cf7688476692de /tools | |
| parent | 8f6fee753ca2163fd8886922fddd9e82ff7d578f (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/security/proc_to_proc/scenario.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/regression/security/proc_to_proc/scenario.c b/tools/regression/security/proc_to_proc/scenario.c index 27d94c0f45bb..5ad5105ca7a8 100644 --- a/tools/regression/security/proc_to_proc/scenario.c +++ b/tools/regression/security/proc_to_proc/scenario.c @@ -90,6 +90,7 @@ static struct cred creds[] = { */ static const struct scenario scenarios[] = { /* cred1 cred2 ptrace ktrace, sighup sigsegv see sched name */ +/* privileged on privileged */ { &creds[0], &creds[0], 0, 0, 0, 0, 0, 0, "0. priv on priv"}, { &creds[0], &creds[1], 0, 0, 0, 0, 0, 0, "1. priv on priv"}, { &creds[1], &creds[0], 0, 0, 0, 0, 0, 0, "2. priv on priv"}, |
