diff --git a/te_macros b/te_macros
index c7c93aad89e0244e657165f86985765bce67c783..7be9d5900249dcd836a35c7a2aff233e3c2f0115 100644
--- a/te_macros
+++ b/te_macros
@@ -89,7 +89,7 @@ define(`tmpfs_domain', `
 type $1_tmpfs, file_type;
 type_transition $1 tmpfs:file $1_tmpfs;
 # Map with PROT_EXEC.
-allow $1 $1_tmpfs:file { read execute execmod };
+allow $1 $1_tmpfs:file { read write execute execmod };
 ')
 
 #####################################