mm: introduce follow_pte()
[sfrench/cifs-2.6.git] / security / tomoyo / tomoyo.c
index e42be5c4f055b5ebb5258fdb3e6d041f9b3d2f91..3194d09fe0f4ccd5311b819e526a1b696a8ecc33 100644 (file)
@@ -262,6 +262,10 @@ static int tomoyo_dentry_open(struct file *f, const struct cred *cred)
        return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags);
 }
 
+/*
+ * tomoyo_security_ops is a "struct security_operations" which is used for
+ * registering TOMOYO.
+ */
 static struct security_operations tomoyo_security_ops = {
        .name                = "tomoyo",
        .cred_prepare        = tomoyo_cred_prepare,