commit | 1c419e000eaee1758a04a5144dd07cdd20033c04 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Tue Jan 26 10:27:45 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Fri Feb 05 16:09:24 2016 +0900 |
tree | 9b65c6a0e726ff39929c8cba8505dd491bdfcb39 | |
parent | 7b6b565fa0d3658be8dc021f1beee5024d54b8c0 [diff] |
Add context mount option for appfuse. BUG=26147865 Change-Id: I1812c46d0f80eaea9a9a3fa944bc4d0126ae8ba1
diff --git a/CommandListener.cpp b/CommandListener.cpp index 8808065..863724b 100644 --- a/CommandListener.cpp +++ b/CommandListener.cpp
@@ -651,7 +651,9 @@ "rootmode=40000," "default_permissions," "allow_other," - "user_id=%d,group_id=%d", + "user_id=%d,group_id=%d," + "context=\"u:object_r:app_fuse_file:s0\"," + "fscontext=u:object_r:app_fusefs:s0", device_fd, uid, uid);