~ubuntu-branches/ubuntu/trusty/libcap-ng/trusty

« back to all changes in this revision

Viewing changes to src/captab.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2011-06-25 13:57:30 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110625135730-bf89b1o5iniu2ng7
Tags: 0.6.6-1
* Imported Upstream version 0.6.6
* Enable hardening-wrapper
* Bump Standard Version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* captab.h --
2
 
 * Copyright 2009 Red Hat Inc., Durham, North Carolina.
 
2
 * Copyright 2009,2011 Red Hat Inc., Durham, North Carolina.
3
3
 * All Rights Reserved.
4
4
 *
5
5
 * This library is free software; you can redistribute it and/or
60
60
#ifdef CAP_MAC_ADMIN
61
61
_S(CAP_MAC_ADMIN,               "mac_admin"             )
62
62
#endif
 
63
#ifdef CAP_SYSLOG
 
64
_S(CAP_SYSLOG,                  "syslog"                )
 
65
#endif
 
66
#ifdef CAP_WAKE_ALARM
 
67
_S(CAP_WAKE_ALARM,              "wake_alarm"            )
 
68
#endif
63
69