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= | ||
# | # 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= | ||
# | # 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
- Download this file into the domU.
- Compile the test case with
$> gcc test.c
- Inside the guest, run
$> ./a.out
Expected Results
- The application should immediately SEGV.