mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-14 10:43:50 +00:00
Add missing . in comment
Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ func New(quiet bool) *SysInfo {
|
||||
}
|
||||
}
|
||||
|
||||
// Check if AppArmor is supported
|
||||
// Check if AppArmor is supported.
|
||||
if _, err := os.Stat("/sys/kernel/security/apparmor"); os.IsNotExist(err) {
|
||||
sysInfo.AppArmor = false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user