Vendor in go-selinux again

Baude found an error in non linux bindings.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2018-06-26 14:21:41 -04:00
parent 56133f7263
commit 3a471c7161
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ FSCreateLabel returns the default label the kernel which the kernel is using
for file system objects created by this task. "" indicates default.
*/
func FSCreateLabel() (string, error) {
return nil
return "", nil
}
// CurrentLabel returns the SELinux label of the current process thread, or an error.