diff --git a/untrusted_app.te b/untrusted_app.te
index 37bf204020a9c3c97504b9e0ca90ef13437e852b..cc56ac5bd977e7e8a1c9273f15a134279c2cf99e 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -97,6 +97,10 @@ r_dir_file(untrusted_app, proc_net)
 allow untrusted_app sysfs_hwrandom:dir search;
 allow untrusted_app sysfs_hwrandom:file r_file_perms;
 
+# Allow apps to view preloaded content
+allow untrusted_app preloads_data_file:dir r_dir_perms;
+allow untrusted_app preloads_data_file:file r_file_perms;
+
 ###
 ### neverallow rules
 ###