Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283255
b: refs/heads/master
c: b8aa09f
h: refs/heads/master
i:
  283253: d6e7da2
  283251: 4f9c371
  283247: 7ece467
v: v3
  • Loading branch information
Rusty Russell authored and James Morris committed Dec 16, 2011
1 parent 1158ece commit c8e4331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 735e93c70434614bffac4a914ca1da72e37d43c0
refs/heads/master: b8aa09fd880eb4c2881b9f3c8a8d09c0404cd4eb
6 changes: 3 additions & 3 deletions trunk/security/apparmor/lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,23 +671,23 @@ static struct security_operations apparmor_ops = {

static int param_set_aabool(const char *val, const struct kernel_param *kp);
static int param_get_aabool(char *buffer, const struct kernel_param *kp);
#define param_check_aabool(name, p) __param_check(name, p, int)
#define param_check_aabool param_check_bool
static struct kernel_param_ops param_ops_aabool = {
.set = param_set_aabool,
.get = param_get_aabool
};

static int param_set_aauint(const char *val, const struct kernel_param *kp);
static int param_get_aauint(char *buffer, const struct kernel_param *kp);
#define param_check_aauint(name, p) __param_check(name, p, int)
#define param_check_aauint param_check_uint
static struct kernel_param_ops param_ops_aauint = {
.set = param_set_aauint,
.get = param_get_aauint
};

static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp);
static int param_get_aalockpolicy(char *buffer, const struct kernel_param *kp);
#define param_check_aalockpolicy(name, p) __param_check(name, p, int)
#define param_check_aalockpolicy param_check_bool
static struct kernel_param_ops param_ops_aalockpolicy = {
.set = param_set_aalockpolicy,
.get = param_get_aalockpolicy
Expand Down

0 comments on commit c8e4331

Please sign in to comment.