| 1160 | } |
| 1161 | |
| 1162 | void policy_manager_impl::print_policy(const std::shared_ptr<policy>& _policy) const { |
| 1163 | |
| 1164 | if (_policy) |
| 1165 | _policy->print(); |
| 1166 | } |
| 1167 | |
| 1168 | bool policy_manager_impl::parse_uid_gid(const byte_t*& _buffer, uint32_t& _buffer_size, uid_t& _uid, gid_t& _gid) const { |
| 1169 |