Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
capability.c File Reference
#include <linux/security.h>

Go to the source code of this file.

Macros

#define set_to_cap_if_null(ops, function)
 

Functions

void __init security_fixup_ops (struct security_operations *ops)
 

Macro Definition Documentation

#define set_to_cap_if_null (   ops,
  function 
)
Value:
do { \
if (!ops->function) { \
ops->function = cap_##function; \
pr_debug("Had to override the " #function \
" security operation with the default.\n");\
} \
} while (0)

Definition at line 869 of file capability.c.

Function Documentation

void __init security_fixup_ops ( struct security_operations *  ops)

Definition at line 878 of file capability.c.