D-Bus: User: Make AllGroups & AllPriv as const

AllGroups & AllPriv properties are designed to expose
the groups & privileges supported so that different customer
can mend the same to their needs. These 2 properties were
not marked as const, eventhough the it will act like one.
Calling the same explicitly now. These properties are read-only
const properties, which will not change it's value during
run-time.

Change-Id: I7f70980014f20e13cfec266534791eecbb345f24
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
1 file changed