Corporate IT: What do you use to manage Linux laptops for your employees?
11 points by DogRunner 8 months ago | 7 commentsWe would love to offer Linux-based laptops as well and especially the developers and IT technicans would be super happy to have a debians based OS, the IT service teams don't want to hand over these machines without any centralized control/governance.
Do you have any experience or hints how to ensure any kind of centralized managemend / governance / control for a linux based laptop? What you the solutions, your company have chosen?
Thanks
- eyeris 8 months agoRecommend r/sysadmin on Reddit if you haven’t already checked there
- bigfatkitten 8 months agoPuppet. We use it to configure the OS from barebones Kickstart onwards, as well as continuously enforce the various security policies we need to be able to tell people that we comply with.
- jdsalaro 8 months agoAre all of your recipes home brewed?
- bigfatkitten 8 months agoThey are, we're not doing anything super fancy, mostly just pushing lots of templated config files, ensuring that particular packages are installed, and that services like fapolicyd and auditd are running.
- bigfatkitten 8 months ago
- jdsalaro 8 months ago
- dyingkneepad 8 months agoJust remember: whenever IT doesn't deliver a workable solution, Shadow IT does.
- synthoidzeta 8 months agoI used DriveStrike at an organization
- Spooky23 8 months agoIt’s going to depend on the requirements the company has. For example, if you need to deal with FIPS or IRS compliance, it is going to be tough.
When I was responsible for IT in a regulated scenario, we over provisioned laptops and used VMs or the Windows 10 Linux layer. We treated the Linux part like a developer tool.
If you don’t have compliance and audit risk, just find an angle to make it on. The puppet advice is good - maybe add shipping logs to a siem or splunk server.