From Fedora Project Wiki

(stub out this page)
 
No edit summary
Line 2: Line 2:
|description=This test case verifies that execshield is correctly implemented for Fedora Xen DomU.
|description=This test case verifies that execshield is correctly implemented for Fedora Xen DomU.
|actions=
|actions=
# Do this.
# Download this file into the domU.
# Compile the test case with <pre>$> gcc test.c</pre>
# Inside the guest, run <pre>$> ./a.out</pre>
|results=
|results=
# This should happen.
# The application should immediately SEGV.
}}
}}
[[Category:Virtualization XenDomU Test Cases|Execshield]]
[[Category:Virtualization XenDomU Test Cases|Execshield]]

Revision as of 12:56, 4 May 2009

Description

This test case verifies that execshield is correctly implemented for Fedora Xen DomU.


How to test

  1. Download this file into the domU.
  2. Compile the test case with
    $> gcc test.c
  3. Inside the guest, run
    $> ./a.out

Expected Results

  1. The application should immediately SEGV.