[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1909945
Title:
groovy: build failure with commit: UBUNTU: SAUCE: Audit: Add new
record for multiple process LSM attributes
Status in linux package in Ubuntu:
Expired
Bug description:
Hit a build issue with:
commit 210acb0b35f61ce224fd08569ae2edb02123c3b4
Author: Casey Schaufler <[email protected]>
Date: Fri Aug 21 14:29:19 2020 -0700
UBUNTU: SAUCE: Audit: Add new record for multiple process LSM
attributes
..in this section:
+{ }
+static inline int audit_log_task_context(struct audit_buffer *ab,
+ struct lsmblob *blob);
{
return 0;
}
the semicolon at the end of the function prototype should be removed:
+{ }
+static inline int audit_log_task_context(struct audit_buffer *ab,
+ struct lsmblob *blob) // <- no
semicolon!
{
return 0;
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909945/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp