diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:21:08 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:22:29 -0700 |
| commit | 0d4d11af2883bac66ecc427cdde37aa995b93ca8 (patch) | |
| tree | be426d602b210d91a3e0121ad4757dad8fef44cd /security/privileges.go | |
| parent | 18925df4483ccf5c48dfb4314f85c1b37a1cbe81 (diff) | |
Random changesext4
Diffstat (limited to 'security/privileges.go')
| -rw-r--r-- | security/privileges.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/privileges.go b/security/privileges.go index 7d69da9..24f4daf 100644 --- a/security/privileges.go +++ b/security/privileges.go @@ -1,3 +1,5 @@ +// +build linux + /* * privileges.go - Functions for managing users and privileges. * |