seph
seph
An attempt at adding apple notarization to the build process. This can be done with any developer account so whatever account is being used to sign this should be able...
4.8.0's linux tar.gz was stripped. 4.9.0 was unstripped. As I personally favor distributing binaries via `.tar.gz` I think we should ship both a release and a debug form.
Our current implementation of packaging and code signing works, but there is some tech debt that adds complexity. And I think, creates confusion . These are some notes about how...
We need to start testing the resultant build artifacts. This ticket is pretty big, and may need to be broken up. Some things to consider: * Install the packages *...
We'd like to support an older libc6, usually represented by centos6. But, our build machines are newer. As we have the autoconf scripts checked in, this is feasible. However, it...
We'd like to support an older libc6, usually represented by centos6. To do this. we must review the generated autoconf configure settings used by all third-party libraries. Relates to: https://github.com/osquery/osquery/issues/5743...
# Bug report Playing with the new `password_policy` table, I can't get it to work as I expect. I cannot filter to only show global policies. ### What operating system...
# Bug report On macOS the application handler settings are user specific. However, we do not expose that in the `app_schemes` table. ``` $ sudo osqueryd -S "SELECT * FROM...
# Bug report @jnog and I are debugging some odd osquery issue, and we notice that osquery is caching the hardware uuid. This can be seen in: https://github.com/osquery/osquery/blob/852d87b0eb6718ec527fa8484390cb4ae82b76ae/osquery/core/system.cpp#L266-L275 However, I...
We (Kolide) recently had a conversation with a security company wherein they thought our [packs](https://github.com/osquery/osquery/tree/master/packs) represented state of the art. This is very very much false. It has come up...