Lines Matching refs:info
105 const char *name, const char *info, struct aa_ext *e, in audit_iface() argument
117 aad(&sa)->info = info; in audit_iface()
675 const char *info = "failed to unpack profile"; in unpack_profile() local
698 info = "out of memory"; in unpack_profile()
719 info = "bad xmatch"; in unpack_profile()
725 info = "missing xmatch len"; in unpack_profile()
736 info = "profile missing flags"; in unpack_profile()
739 info = "failed to unpack profile flags"; in unpack_profile()
768 info = "failed to unpack profile capabilities"; in unpack_profile()
778 info = "failed to unpack upper profile capabilities"; in unpack_profile()
793 info = "failed to unpack extended profile capabilities"; in unpack_profile()
805 info = "failed to unpack profile xattrs"; in unpack_profile()
810 info = "failed to unpack profile rlimits"; in unpack_profile()
815 info = "failed to unpack profile secmark rules"; in unpack_profile()
821 info = "failed to unpack policydb"; in unpack_profile()
851 info = "failed to unpack profile file rules"; in unpack_profile()
865 info = "failed to unpack profile transition table"; in unpack_profile()
870 info = "out of memory"; in unpack_profile()
883 info = "failed to init key, value hash table"; in unpack_profile()
908 info = "failed to unpack end of key, value data table"; in unpack_profile()
914 info = "failed to unpack end of profile"; in unpack_profile()
925 audit_iface(profile, NULL, name, info, e, error); in unpack_profile()