Last change
on this file since 3898 was
2286,
checked in by Sam Hocevar, 15 years ago
|
- More scripts for part 3.
- Implemented main.c as a seccomp bytecode for CPUShare.
|
File size:
296 bytes
|
Line | |
---|
1 | #include <seccomp-loader.h> |
---|
2 | |
---|
3 | SECTIONS |
---|
4 | { |
---|
5 | . = TEXT_ADDRESS; |
---|
6 | .text : { *(.text .stub .text.* .gnu.linkonce.t.*) *(.rodata .rodata.*) } |
---|
7 | . = DATA_BSS_ADDRESS; |
---|
8 | .data : { *(.data* .sdata* .data.* .sdata.* .gnu.linkonce.d.*) } |
---|
9 | .bss : { *(.dynbss) *(.bss* .bss.* .sbss .sbss.* .gnu.linkonce.b.*) } |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.