|
@@ -149,12 +149,6 @@ extern void audit_log_key(struct audit_buffer *ab,
|
|
extern void audit_log_link_denied(const char *operation,
|
|
extern void audit_log_link_denied(const char *operation,
|
|
const struct path *link);
|
|
const struct path *link);
|
|
extern void audit_log_lost(const char *message);
|
|
extern void audit_log_lost(const char *message);
|
|
-#ifdef CONFIG_SECURITY
|
|
|
|
-extern void audit_log_secctx(struct audit_buffer *ab, u32 secid);
|
|
|
|
-#else
|
|
|
|
-static inline void audit_log_secctx(struct audit_buffer *ab, u32 secid)
|
|
|
|
-{ }
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
extern int audit_log_task_context(struct audit_buffer *ab);
|
|
extern int audit_log_task_context(struct audit_buffer *ab);
|
|
extern void audit_log_task_info(struct audit_buffer *ab,
|
|
extern void audit_log_task_info(struct audit_buffer *ab,
|
|
@@ -203,8 +197,6 @@ static inline void audit_log_key(struct audit_buffer *ab, char *key)
|
|
static inline void audit_log_link_denied(const char *string,
|
|
static inline void audit_log_link_denied(const char *string,
|
|
const struct path *link)
|
|
const struct path *link)
|
|
{ }
|
|
{ }
|
|
-static inline void audit_log_secctx(struct audit_buffer *ab, u32 secid)
|
|
|
|
-{ }
|
|
|
|
static inline int audit_log_task_context(struct audit_buffer *ab)
|
|
static inline int audit_log_task_context(struct audit_buffer *ab)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|