File: usr.lib.ipsec.stroke

package info (click to toggle)
strongswan 6.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,828 kB
  • sloc: ansic: 405,501; sh: 11,632; makefile: 6,300; sql: 2,885; javascript: 1,948; python: 990; xml: 608; perl: 586; cs: 522; lex: 485; yacc: 443; ruby: 398; ada: 114
file content (30 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ------------------------------------------------------------------
#
#   Copyright (C) 2014 Canonical Ltd.
#
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of version 2 of the GNU General Public
#   License published by the Free Software Foundation.
#
#   Author: Jonathan Davies <jonathan.davies@canonical.com>
#
# ------------------------------------------------------------------

#include <tunables/global>

/usr/lib/ipsec/stroke flags=(attach_disconnected) {
  #include <abstractions/base>

  capability dac_override,

  /usr/lib/ipsec/stroke         rmix,

  /etc/strongswan.conf          r,
  /etc/strongswan.d/            r,
  /etc/strongswan.d/**          r,

  /run/charon.ctl               rw,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.lib.ipsec.stroke>
}