]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/privs.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / lib / privs.h
index 2dcdbe2e6ca5cf534aab1251a142c31be8ada5ff..d4a9609b5dbd745101d96045c3f11ac949ee5953 100644 (file)
@@ -1,23 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Zebra privileges header.
  *
  * Copyright (C) 2003 Paul Jakma.
- *
- * This file is part of GNU Zebra.
- *
- * GNU Zebra is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2, or (at your option) any
- * later version.
- *
- * GNU Zebra is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _ZEBRA_PRIVS_H
@@ -44,6 +29,8 @@ typedef enum {
        ZCAP_DAC_OVERRIDE,
        ZCAP_READ_SEARCH,
        ZCAP_FOWNER,
+       ZCAP_IPC_LOCK,
+       ZCAP_SYS_RAWIO,
        ZCAP_MAX
 } zebra_capabilities_t;