Anton Burticica
Anton Burticica
We need to control `send_destination` to a specific end-points: e.g. `xyz.openbmc_project.Hwmon.id-3972539786.Hwmon1` where is `id-` part is a hash-based. Owning of such names is not a problem via `own_prefix`.
Default rule is disallow send_destination by any user/group. We should explicitly allow accessing specific destination by a specific set of users/groups. Some service has a pathname as a part of...
One possible workaround could be to pre-generate configs with such names (they knonw in advance). But some of services has 20+ identical prefix for `send_destination` (within the same daemon). This...
Regarding to https://stackoverflow.com/questions/4145079/importerror-no-module-named-pythoncom you need to either install ActivePython or install the missed module separately from [git](https://github.com/mhammond/pywin32)
I really like the way how it's implemented in Rocket with module [configurations](https://github.com/SergioBenitez/Rocket/issues/40#issuecomment-269090270). I'm looking for the similar approach in Yew. The JS loader imports separate WASM modules and mounts...
Would be great to bump playwright-core dependency to `1.18.0`
The returned error is 0x80080005 (returned by DCOM on the target system). Is the error occurs on the same requests as when it runs fine or accessing different objects? This...
The error 0x80020009 means invalid value.
In common sense, it's better to catch exceptions, log failed attempt and retry.
I currently working on this issue.