~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to nscd/selinux.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
extern void nscd_avc_print_stats (struct avc_cache_stats *cstats);
46
46
 
47
47
# ifdef HAVE_LIBCAP
48
 
/* Preserve capabilities to connect to connnect to the audit daemon.  */
 
48
/* Preserve capabilities to connect to the audit daemon. */
49
49
extern cap_t preserve_capabilities (void);
50
50
/* Install final capabilities.  */
51
51
extern void install_real_capabilities (cap_t new_caps);