OSDN Git Service
(root)
/
android-x86
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35b0d00
)
Move sysfs_writable to emulator specific policy
author
Nick Kralevich
<nnk@google.com>
Mon, 18 Apr 2016 22:18:09 +0000
(15:18 -0700)
committer
Nick Kralevich
<nnk@google.com>
Mon, 18 Apr 2016 22:18:09 +0000
(15:18 -0700)
This type is never used in core policy, only by emulators.
Move the definition of this type to where it's used.
Bug:
28221393
Change-Id: I38dbc12dbe9813f323d4bcd5f07679db57b2fd4a
target/board/generic/sepolicy/file.te
patch
|
blob
|
history
diff --git
a/target/board/generic/sepolicy/file.te
b/target/board/generic/sepolicy/file.te
index
6fad80a
..
9227f80
100644
(file)
--- a/
target/board/generic/sepolicy/file.te
+++ b/
target/board/generic/sepolicy/file.te
@@
-1
+1,2
@@
type qemud_socket, file_type;
+type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;