Skip to content
Snippets Groups Projects
Commit e2e43c4d authored by Shoudi Li's avatar Shoudi Li
Browse files

meta-qti-sepolicy: Add search permission for mount_copybind.

Change-Id: I10aaca670c66a48a3b2fb4d96934398d60a88dcd
parent 7e6e507a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ gen_require(`
type var_t;
')
allow mount_copybind_t var_t:dir { write add_name create };
allow mount_copybind_t var_lib_t:dir { getattr };
allow mount_copybind_t var_lib_t:dir { getattr search write read };
# Do not allow access to mount-copybind from a vendor domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment