Allow changing alias
diff --git a/src/profile.h b/src/profile.h
index 0f5a5cc..5c9ce24 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -65,6 +65,10 @@
   static ndn::Ptr<Profile>
   fromDerBlob(const ndn::Blob& derBlob);
 
+  inline const std::map<std::string, ndn::Blob>&
+  getEntries() const
+  { return m_entries; }
+
 protected:
   ndn::Name m_identityName;
   std::map<std::string, ndn::Blob> m_entries;