summaryrefslogtreecommitdiffstats
path: root/tools/regression/security/proc_to_proc/README
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-04-12 17:46:20 +0000
committerrwatson <rwatson@FreeBSD.org>2001-04-12 17:46:20 +0000
commitd4d2bc9b71151966251e74d1e9a3ea5267093d0a (patch)
treeae67ba0baf8997bbfb06981896ec67c6f47bb92d /tools/regression/security/proc_to_proc/README
parent820a33d7dbcc42c65b6eaea23a7f6be3615d6a57 (diff)
downloadFreeBSD-src-d4d2bc9b71151966251e74d1e9a3ea5267093d0a.zip
FreeBSD-src-d4d2bc9b71151966251e74d1e9a3ea5267093d0a.tar.gz
o Expand inter-process authorization regression test to include
signalling with sigsegv as one of the tests. o Teach errno_to_string() about ENOTSUPP. Obtained from: TrustedBSD Project
Diffstat (limited to 'tools/regression/security/proc_to_proc/README')
-rw-r--r--tools/regression/security/proc_to_proc/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/security/proc_to_proc/README b/tools/regression/security/proc_to_proc/README
index 978ef68..01857b8 100644
--- a/tools/regression/security/proc_to_proc/README
+++ b/tools/regression/security/proc_to_proc/README
@@ -12,7 +12,8 @@ expected results.
Test operations:
ptrace cred1 attempts ptrace attach to cred2
-signal cred1 attempts SIGHUP of cred2
+sighup cred1 attempts SIGHUP of cred2
+sigsegv cred1 attempts SIGSEGV of cred2
see cred1 attempts getpriority() on cred2
sched cred1 attempts setpriority() on cred2
@@ -41,7 +42,7 @@ The credential elements supported by the test suite are:
Other untested aspects of interest include groups, as well as session
relationship. Other test operations that might be of interest are SIGCONT,
-SIGIO, and SIGSEGV.
+and SIGIO.
The current set of tests includes some tests where normally the P_SUGID
flag is set, but isn't in the test. The result is that some tests fail
OpenPOWER on IntegriCloud