Integrating capability-based RMI on Sentinel for Java side
[iot2.git] / benchmarks / drivers / LifxLightBulb / LightBulb_Skeleton.java
index 17b138165d38e4762989cec6734fb7797e6cced6..6580d8d4c0a55e98a014be35827294576376da7e 100644 (file)
@@ -15,7 +15,7 @@ public class LightBulb_Skeleton implements LightBulb {
        private IoTRMIObject rmiObj;
 
        private final static int object0Id = 0; //LightBulbTest
-       private static Integer[] object0Permission = { 2, 1, 3, 4, 0, 5 };
+       private static Integer[] object0Permission = { 2, 6, 1, 3, 4, 8, 0, 5, 7, 9 };
        private static List<Integer> set0Allowed;