Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264531
b: refs/heads/master
c: 5dbe304
h: refs/heads/master
i:
  264529: ed242c6
  264527: f7fb204
v: v3
  • Loading branch information
James Morris committed Sep 9, 2011
1 parent 8ee6c14 commit 2b4f315
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 7b98a5857c3fa86cb0a7e5f893643491a8b5b425
refs/heads/master: 5dbe3040c74eef18e66951347eda05b153e69328
2 changes: 2 additions & 0 deletions trunk/include/linux/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,8 @@ struct security_operations {
extern int security_init(void);
extern int security_module_enable(struct security_operations *ops);
extern int register_security(struct security_operations *ops);
extern void __init security_fixup_ops(struct security_operations *ops);


/* Security operations */
int security_ptrace_access_check(struct task_struct *child, unsigned int mode);
Expand Down
3 changes: 0 additions & 3 deletions trunk/security/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
static __initdata char chosen_lsm[SECURITY_NAME_MAX + 1] =
CONFIG_DEFAULT_SECURITY;

/* things that live in capability.c */
extern void __init security_fixup_ops(struct security_operations *ops);

static struct security_operations *security_ops;
static struct security_operations default_security_ops = {
.name = "default",
Expand Down

0 comments on commit 2b4f315

Please sign in to comment.