Victor Lyuboslavsky
Victor Lyuboslavsky
We can use the existing RocksDB for persistent storage. Example access method: `setDatabaseValue`
The initial feature implementation will have the following limitation: if user modifies `pack_delimiter`, then all pack-related data is reset. Specifically, the old data will still be in DB, and can...
I will put together a detailed answer to your questions tomorrow. A dedicated Chromebook is always on and only running my extension. I rebuilt wa-sqlite with `TOTAL_STACK=2mb` and so far...
> 1. What build are you using (default or Asyncify)? Are you using a custom build, and if so how is it customized? Asyncify > 2. What VFS (if not...
I created a repo reproducing this issue: https://github.com/getvictor/fleetd-chrome And video instructions: https://www.loom.com/share/603cb991739f4e54b1603e7fed1ff273?sid=e31ab9ee-9660-43bb-b477-9146b8fedff3 My build with `TOTAL_STACK=2mb`: github:getvictor/wa-sqlite#7430694
The virtual tables should not be persisting any data. Their return values are either hardcoded, or they call chrome APIs to get their values. I think their values have to...
Removing `throw` worked. Closing issue. Thank you.
The issue is that `logger_tls_max_lines` is only applied at startup to tls logger plugin. This PR fixes this issue by updating the tls logger configs dynamically: https://github.com/osquery/osquery/pull/8230
@zwass Can you close this issue? This option can now be configured dynamically without restarting osquery as part of https://github.com/osquery/osquery/pull/8230