uts: Allow for address space randomisation. Randomise the base addresses of shared objects, non-fixed mappings, the stack and the heap. Introduce a service, svc:/system/process-security, and a tool psecflags(1) to control and observe it
1 nosys 0 2 rexit 1 3 read 3 4 write 4 5 open 5 6 close 6 7 linkat 7 8 link 9 9 unlink 10 10 symlinkat 11 11 chdir 12 12 gtime 13 13 mknod 14 14 chmod 15 15 chown 16 16 brk 17 17 stat 18 18 lseek 19 19 getpid 20 20 mount 21 21 readlinkat 22 22 setuid 23 |
1 nosys 0
2 rexit 1
3 psecflags 2
4 read 3
5 write 4
6 open 5
7 close 6
8 linkat 7
9 link 9
10 unlink 10
11 symlinkat 11
12 chdir 12
13 gtime 13
14 mknod 14
15 chmod 15
16 chown 16
17 brk 17
18 stat 18
19 lseek 19
20 getpid 20
21 mount 21
22 readlinkat 22
23 setuid 23
|