am 65475f8c: am b955f476: Merge "Add a "tlsdate" AID for unprivileged tlsdate execution."

* commit '65475f8cc8d8442ee1c6170aa45ff71928f3c809':
  Add a "tlsdate" AID for unprivileged tlsdate execution.
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index a5e91c6..c7eb34b 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -80,6 +80,7 @@
 #define AID_LOGD          1036  /* log daemon */
 #define AID_SHARED_RELRO  1037  /* creator of shared GNU RELRO files */
 #define AID_DBUS          1038  /* dbus-daemon IPC broker process */
+#define AID_TLSDATE       1039  /* tlsdate unprivileged user */
 
 #define AID_SHELL         2000  /* adb and debug shell user */
 #define AID_CACHE         2001  /* cache access */
@@ -176,6 +177,7 @@
     { "logd",          AID_LOGD, },
     { "shared_relro",  AID_SHARED_RELRO, },
     { "dbus",          AID_DBUS, },
+    { "tlsdate",       AID_TLSDATE, },
 
     { "shell",         AID_SHELL, },
     { "cache",         AID_CACHE, },