Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
AddedChange Log Message
Added "kApplication::permissionCheckingDisabled" method for checking if permission checking is disabled.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 45m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Added
Change Log Message
Added "kApplication::permissionCheckingDisabled" method for checking if permission checking is disabled.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 45m logged
Story Points
1
Fix versions
Created January 12, 2017 at 6:44 PM
Updated December 29, 2024 at 11:26 PM
Resolved July 16, 2017 at 2:01 PM
Plan:
add "kApplication::permissionCheckingDisabled" method, that will return "true" if "root" user is logged-in and return false otherwise
locate places where USER_ROOT constant is used in comparisons to evade permission checks
in found places use "kApplication::permissionCheckingDisabled" method instead of checking for "root" user explicitly