Home
last modified time | relevance | path

Searched refs:PRIV_REMOVE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
Dcryptohome_parameters.h19 PRIV_REMOVE = 1 << 2, // Can remove other keys. enumerator
22 PRIV_DEFAULT = PRIV_MOUNT | PRIV_ADD | PRIV_REMOVE | PRIV_MIGRATE
Dhomedir_methods.cc33 privileges->set_remove(key_def.privileges & PRIV_REMOVE); in FillKeyProtobuf()