-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge upstream changes localy #3
Commits on Aug 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a2185ea - Browse repository at this point
Copy the full SHA a2185eaView commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 32d7659 - Browse repository at this point
Copy the full SHA 32d7659View commit details
Commits on Jul 16, 2019
-
Merge pull request mitchellh#33 from sunpoet/master
Remove amd64 directive
Configuration menu - View commit details
-
Copy full SHA for 484db64 - Browse repository at this point
Copy the full SHA 484db64View commit details -
Merge pull request mitchellh#24 from brianshumate/master
Add GoDoc link
Configuration menu - View commit details
-
Copy full SHA for 621e559 - Browse repository at this point
Copy the full SHA 621e559View commit details
Commits on Oct 17, 2019
-
It is not mandatory to verify whether the file in /proc is a directory -
simple numeric name check should suffice. Otherwise, it is pretty problematic to query processes on systems with SELinux in enforcing mode as it is complicated to open access to _all_ files inside proc. The reason this catch-all access is required is that with os.Readdir it needs to lstat each entry to return os.FileInfo and this requires additional permissions on each disperate file type inside /proc which is not easy to catch with an attribute (as it is with processes).
Configuration menu - View commit details
-
Copy full SHA for 79a1272 - Browse repository at this point
Copy the full SHA 79a1272View commit details
Commits on Oct 22, 2019
-
Merge pull request goss-org#1 from gravitational/dmitri/proc-selinux
Update process fetcher to support SELinux-enabled systems.
Configuration menu - View commit details
-
Copy full SHA for e4db5bf - Browse repository at this point
Copy the full SHA e4db5bfView commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91629f0 - Browse repository at this point
Copy the full SHA 91629f0View commit details -
Merge branch 'master' of https://github.com/gravitational/go-ps into …
…gravitational-master
Configuration menu - View commit details
-
Copy full SHA for d0e03ac - Browse repository at this point
Copy the full SHA d0e03acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 147ff83 - Browse repository at this point
Copy the full SHA 147ff83View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a518866 - Browse repository at this point
Copy the full SHA a518866View commit details -
Updating go version to 1.13 as the lower versions are not supported.
Configuration menu - View commit details
-
Copy full SHA for 00c9d51 - Browse repository at this point
Copy the full SHA 00c9d51View commit details
Commits on Nov 20, 2020
-
Merge pull request mitchellh#44 from santosh653/master
AddingPowerSupport_&_CI/Testing
Configuration menu - View commit details
-
Copy full SHA for ddafa75 - Browse repository at this point
Copy the full SHA ddafa75View commit details
Commits on Apr 23, 2023
-
Merge master branch of upstream 'mitchellh/master'
Remove .travis.yml as Travis-CI is basically dead.
Configuration menu - View commit details
-
Copy full SHA for e950ac7 - Browse repository at this point
Copy the full SHA e950ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de940c5 - Browse repository at this point
Copy the full SHA de940c5View commit details