Fix Exception message in UserController#handleIncomingUser
Currently the security exception message always states that you need INTERACT_ACROSS_USERS if allowMode is not ALLOW_FULL_ONLY. This is incorrect for allowModes ALLOW_NON_FULL_IN_PROFILE and ALLOW_ALL_PROFILE_PERMISSIONS_IN_PROFILE, in that case the two users need to be in the same profile group. Fixes: 154710776 Test: checked the security message with different permissions Change-Id: I28977b8f9f9463f6bfa4ea88db0d82c5a7d18057
Loading
Please register or sign in to comment