Skip to content
Snippets Groups Projects
Commit 65911e8d authored by Robert Craig's avatar Robert Craig
Browse files

Add missing seinfo tag from mac_permissions.xml policy.


A prior merge accidentally dropped the seinfo tag from the
release keys stanza.

Change-Id: I99f9ea8d0981c5324c3875896b0673552a03d2ca
Signed-off-by: default avatarrpcraig <rpcraig@tycho.ncsc.mil>
parent 96c109e8
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<policy> <policy>
<!-- Platform dev key in AOSP -->
<signer signature="@PLATFORM" > <signer signature="@PLATFORM" >
<seinfo value="platform" /> <seinfo value="platform" />
</signer> </signer>
...@@ -17,6 +18,7 @@ ...@@ -17,6 +18,7 @@
<!-- release dev key in AOSP --> <!-- release dev key in AOSP -->
<signer signature="@RELEASE" > <signer signature="@RELEASE" >
<seinfo value="release" />
</signer> </signer>
<!-- All other keys --> <!-- All other keys -->
......
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