]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/capability.c
V3 file capabilities: alter behavior of cap_setpcap
[mirror_ubuntu-artful-kernel.git] / kernel / capability.c
index 4e350a36ed6a177a5422cf097c8120269490d785..14853be5944d8ffd6da305fde581ea2a29d62d87 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1997  Andrew Main <zefram@fysh.org>
  *
- * Integrated into 2.1.97+,  Andrew G. Morgan <morgan@transmeta.com>
+ * Integrated into 2.1.97+,  Andrew G. Morgan <morgan@kernel.org>
  * 30 May 2002:        Cleanup, Robert M. Love <rml@tech9.net>
  */ 
 
@@ -14,9 +14,6 @@
 #include <linux/syscalls.h>
 #include <asm/uaccess.h>
 
-unsigned securebits = SECUREBITS_DEFAULT; /* systemwide security settings */
-kernel_cap_t cap_bset = CAP_INIT_EFF_SET;
-
 /*
  * This lock protects task->cap_* for all tasks including current.
  * Locking rule: acquire this prior to tasklist_lock.