[selinux-policy/f17] Turn on allow_execstack and turn off telepathy transition for final release

Daniel J Walsh dwalsh at fedoraproject.org
Fri Apr 20 14:57:51 UTC 2012


commit 4780a0c150f702986658ac6ab990f269b41b5342
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Apr 20 10:57:46 2012 -0400

    Turn on allow_execstack and turn off telepathy transition for final release

 booleans-targeted.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/booleans-targeted.conf b/booleans-targeted.conf
index 39b1d43..15685bd 100644
--- a/booleans-targeted.conf
+++ b/booleans-targeted.conf
@@ -11,7 +11,7 @@ allow_execmod = true
 
 # Allow making the stack executable via mprotect.Also requires allow_execmem.
 # 
-allow_execstack = false
+allow_execstack = true
 
 # Allow ftpd to read cifs directories.
 # 
@@ -264,7 +264,7 @@ unconfined_mozilla_plugin_transition=true
 
 # Allow unconfined domain to transition to confined domain
 # 
-unconfined_telepathy_transition=true
+unconfined_telepathy_transition=false
 
 # Allow unconfined domain to transition to chrome_sandbox confined domain
 # 


More information about the scm-commits mailing list