-
Notifications
You must be signed in to change notification settings - Fork 4
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
Drata Agent not Working in Ubuntu 24.04 #20
Comments
The ❯ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
❯ drata-agent
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
|
I have the same issue with Ubuntu 24.04. The drata-agent does not start unless I run the command cited above. |
We are facing the same issue with Ubuntu 24.04, it's quite problematic with our tech team because it doesn't ease the adoption of Drata. |
I would not disable AppArmor, but Do the users launching drata-agent have root privileges to their devices? This is likely related to Chromium with Unprivileged user namespace restrictions via AppArmor in Ubuntu. Our customer success team can help you work through these restrictions, please submit a support ticket for the quickest remediation of your specific issue. First identified Ubuntu 23.10 (non-LTS), and carried to Ubuntu 24.04 LTS. Bug reports for this issue are available at AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP NOTE: As of 3.6 there is also now an AppImage release available for use https://github.com/drata/agent-releases/releases/tag/v3.6.1 |
For those having issues with completing the registration process, I've had success with modifying the
|
hey there, I am writing to express my frustration that Drata still does not officially support Ubuntu 24.04 LTS. Since Drata is mandatory and enforced via Kolide in my company, I am unable to use an up-to-date operating system, forcing me to work with outdated software—a situation that compromises security and efficiency. It is disappointing that such a critical platform has not been updated in time for an LTS version of the targeted OS, which is essential for many developers and enterprises. I urge you to prioritize this issue and provide support for Ubuntu 24.04 LTS as soon as possible to maintain the trust and reliability users expect from your application. |
This is related to a Ubuntu bug, not a bug in the Drata Agent. They attempted a fix, but it caused a regression and they reverted it. It's still pending, please see the bug reports listed at #20 (comment) for detailed information. |
More details:
The only way I have found to launch it is with the option
--no-sandbox
:The text was updated successfully, but these errors were encountered: