From 9c6a1663ccb0f6ceefc15d8cd0269b18303ea764 Mon Sep 17 00:00:00 2001 From: klondike Date: Sat, 28 Apr 2012 21:23:06 +0200 Subject: update previews --- html/hardened-debugging.html | 10 +- html/selinux/modules/NFS | 5 - html/selinux/modules/apache.html | 588 -------------------------- html/selinux/modules/bind.html | 156 ------- html/selinux/modules/cron.html | 411 ------------------ html/selinux/modules/images/apachedomain.png | Bin 67121 -> 0 bytes html/selinux/modules/images/apachedomain.svg | 4 - html/selinux/modules/images/binddomain.png | Bin 10588 -> 0 bytes html/selinux/modules/images/binddomain.svg | 4 - html/selinux/modules/images/crondomain.png | Bin 31235 -> 0 bytes html/selinux/modules/images/crondomain.svg | 4 - html/selinux/modules/images/ldapdomain.png | Bin 12588 -> 0 bytes html/selinux/modules/images/ldapdomain.svg | 4 - html/selinux/modules/images/portagedomain.png | Bin 38799 -> 0 bytes html/selinux/modules/images/portagedomain.svg | 4 - html/selinux/modules/index.html | 92 ---- html/selinux/modules/ldap.html | 131 ------ html/selinux/modules/portage.html | 330 --------------- html/selinux/modules/ssh.html | 131 ------ 19 files changed, 6 insertions(+), 1868 deletions(-) delete mode 100644 html/selinux/modules/NFS delete mode 100644 html/selinux/modules/apache.html delete mode 100644 html/selinux/modules/bind.html delete mode 100644 html/selinux/modules/cron.html delete mode 100644 html/selinux/modules/images/apachedomain.png delete mode 100644 html/selinux/modules/images/apachedomain.svg delete mode 100644 html/selinux/modules/images/binddomain.png delete mode 100644 html/selinux/modules/images/binddomain.svg delete mode 100644 html/selinux/modules/images/crondomain.png delete mode 100644 html/selinux/modules/images/crondomain.svg delete mode 100644 html/selinux/modules/images/ldapdomain.png delete mode 100644 html/selinux/modules/images/ldapdomain.svg delete mode 100644 html/selinux/modules/images/portagedomain.png delete mode 100644 html/selinux/modules/images/portagedomain.svg delete mode 100644 html/selinux/modules/index.html delete mode 100644 html/selinux/modules/ldap.html delete mode 100644 html/selinux/modules/portage.html delete mode 100644 html/selinux/modules/ssh.html (limited to 'html') diff --git a/html/hardened-debugging.html b/html/hardened-debugging.html index 014ef3d..f2d2bdc 100644 --- a/html/hardened-debugging.html +++ b/html/hardened-debugging.html @@ -160,11 +160,13 @@ available breakpoints.

After debugging you may want to restore the system to its normal state, if you used paxctl you can reset the flags to default using the -z flag. +Since the -z flags will zero all the flags also want to keep trampoline +emulation disabled. This is done with the -e flag.

- +

Code Listing3.1: Reseting the flags back to its defaults.

Code Listing3.1: Reseting the flags back to its defaults. Keep trampoline emulation disabled

-# paxctl -z binary
+# paxctl -ze binary