Add missing . in comment
Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
This commit is contained in:
parent
a65d6fd83b
commit
6bd155234f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue