aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <jason@perfinion.com>2017-12-23 23:26:22 +0800
committerJason Zaman <jason@perfinion.com>2017-12-23 23:26:22 +0800
commit0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1 (patch)
tree8ca48de2656a460daf57b91bdb81293412ed5c4f
parentportage: allow to map font files (diff)
downloadhardened-refpolicy-0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1.tar.gz
hardened-refpolicy-0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1.tar.bz2
hardened-refpolicy-0cb16fbd5d7bc0dfa8c5201e6dbb3f450f6e97a1.zip
dropbox: mmap_file_perms is deprecated, use mmap_exec_file_perms instead
-rw-r--r--policy/modules/contrib/dropbox.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/contrib/dropbox.te b/policy/modules/contrib/dropbox.te
index f7f6125f..63f95c25 100644
--- a/policy/modules/contrib/dropbox.te
+++ b/policy/modules/contrib/dropbox.te
@@ -40,7 +40,7 @@ userdom_user_tmpfs_file(dropbox_tmpfs_t)
allow dropbox_t self:process { execmem signal_perms };
allow dropbox_t self:fifo_file rw_fifo_file_perms;
-allow dropbox_t dropbox_home_t:file mmap_file_perms;
+allow dropbox_t dropbox_home_t:file mmap_exec_file_perms;
# dropbox updates itself in /tmp then in ~/.dropbox-dist/
can_exec(dropbox_t, dropbox_exec_t)