system_linker_exec: Remove exec_type am: dbddbe42d2
am: bca68b0d27
Change-Id: I917b1ca8155c7257aad45b58109663fd04eebe10
This commit is contained in:
commit
f39c49b41f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ type system_file, file_type;
|
|||
# Default type for anything under /system/lib[64].
|
||||
type system_lib_file, file_type;
|
||||
# Default type for linker executable /system/bin/linker[64].
|
||||
type system_linker_exec, exec_type, file_type;
|
||||
type system_linker_exec, file_type;
|
||||
# Default type for linker config /system/etc/ld.config.*.
|
||||
type system_linker_config_file, file_type;
|
||||
# Default type for linker config /system/etc/seccomp_policy/*.
|
||||
|
|
Loading…
Reference in a new issue