ONOS-3655 - This Device key subsystem update adds the implementation of the
DeviceKeyManager and the distributed device key store.

Change-Id: I32544040590b31a59e20f3375fca453a117f940c
diff --git a/core/api/src/main/java/org/onosproject/security/AppPermission.java b/core/api/src/main/java/org/onosproject/security/AppPermission.java
index 09fe17a..2eafb7c 100644
--- a/core/api/src/main/java/org/onosproject/security/AppPermission.java
+++ b/core/api/src/main/java/org/onosproject/security/AppPermission.java
@@ -34,6 +34,9 @@
         CLUSTER_READ,
         CLUSTER_WRITE,
         CLUSTER_EVENT,
+        DEVICE_KEY_EVENT,
+        DEVICE_KEY_READ,
+        DEVICE_KEY_WRITE,
         DEVICE_READ,
         DEVICE_EVENT,
         DRIVER_READ,