-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fedora built in label #22465
Add Fedora built in label #22465
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22465 +/- ##
==========================================
+ Coverage 65.18% 65.20% +0.02%
==========================================
Files 1494 1495 +1
Lines 116865 116940 +75
Branches 3571 3571
==========================================
+ Hits 76173 76249 +76
- Misses 33606 33608 +2
+ Partials 7086 7083 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
67420d2
to
44848c4
Compare
articles/enroll-hosts.md
Outdated
@@ -320,7 +320,7 @@ Fleetd will send stdout/stderr logs to the following directories: | |||
|
|||
- macOS: `/private/var/log/orbit/orbit.std{out|err}.log`. | |||
- Windows: `C:\Windows\system32\config\systemprofile\AppData\Local\FleetDM\Orbit\Logs\orbit-osquery.log` (the log file is rotated). | |||
- Linux: Orbit and osqueryd stdout/stderr output is sent to syslog (`/var/log/syslog` on Debian systems and `/var/log/messages` on CentOS). | |||
- Linux: Orbit and osqueryd stdout/stderr output is sent to syslog (`/var/log/syslog` on Debian systems, `/var/log/messages` on CentOS, `journalctl -u orbit` on Fedora). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, and `journalctl -u orbit` on Fedora
changes/21409-fedora-label
Outdated
@@ -0,0 +1 @@ | |||
- added builtin label for Fedora Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add somewhere that if the users have a label named Fedora Linux
, then they need to rename it before running migrations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call! added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Pending one small comment on the release notes.
5e5a0da
#21409
Add Fedora built in label
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.
SELECT *
is avoided, SQL injection is prevented (using placeholders for values in statements)COLLATE utf8mb4_unicode_ci
).