Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions implementation/security/src/policy_manager_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ void policy_manager_impl::set_routing_credentials(uid_t _uid, gid_t _gid, const
<< " Ignoring definition from " << _name;
} else {
routing_credentials_ = std::make_pair(_uid, _gid);
check_routing_credentials_ = true;
is_configured_ = true;
}
}
Expand Down