weizhouapache commented on code in PR #13281:
URL: https://github.com/apache/cloudstack/pull/13281#discussion_r3323331395
##########
python/lib/cloudutils/serviceConfig.py:
##########
@@ -525,6 +525,8 @@ def __init__(self, syscfg):
self.serviceName = "Apparmor"
def config(self):
+ return True
Review Comment:
I think it is no needed
if security driver is not set, the default security driver is SELinux, which
is not available on ubuntu, so this is same as
security_driver="none"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]