summary refs log tree commit diff
diff options
context:
space:
mode:
authorChirantan Ekbote <chirantan@chromium.org>2017-08-23 11:20:36 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-08-25 19:54:16 -0700
commit41d5b5b12a87764b00bbe3266005996a4620ca94 (patch)
tree98589ce8d7bc40fecda9abb5e448bc5fb0685eb8
parent29ad3c7d0fed6a4d2ffa1d02268a9aeb4f2ebf14 (diff)
downloadcrosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar.gz
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar.bz2
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar.lz
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar.xz
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.tar.zst
crosvm-41d5b5b12a87764b00bbe3266005996a4620ca94.zip
Put seccomp policy files in a common directory
We will almost certainly require different seccomp policy files for
different architectures.  Move all the existing secommp policy files
into a common directory grouped by architecture.

This will make it easier to install them via the ebuild later.

BUG=none
TEST=none

Change-Id: I0495789cd4143dc374ee6ebe083dc20ce724edbb
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/630058
Reviewed-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
-rw-r--r--seccomp/x86_64/block_device.policy (renamed from block_device.policy)4
-rw-r--r--seccomp/x86_64/net_device.policy (renamed from net_device.policy)4
-rw-r--r--seccomp/x86_64/rng_device.policy (renamed from rng_device.policy)4
-rw-r--r--seccomp/x86_64/vhost_net_device.policy (renamed from vhost_net_device.policy)4
4 files changed, 16 insertions, 0 deletions
diff --git a/block_device.policy b/seccomp/x86_64/block_device.policy
index 40097a5..67a2786 100644
--- a/block_device.policy
+++ b/seccomp/x86_64/block_device.policy
@@ -1,3 +1,7 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
 close: 1
 exit_group: 1
 futex: 1
diff --git a/net_device.policy b/seccomp/x86_64/net_device.policy
index 6148f54..61a1753 100644
--- a/net_device.policy
+++ b/seccomp/x86_64/net_device.policy
@@ -1,3 +1,7 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
 close: 1
 exit_group: 1
 futex: 1
diff --git a/rng_device.policy b/seccomp/x86_64/rng_device.policy
index f270509..cf7ac9b 100644
--- a/rng_device.policy
+++ b/seccomp/x86_64/rng_device.policy
@@ -1,3 +1,7 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
 close: 1
 exit_group: 1
 futex: 1
diff --git a/vhost_net_device.policy b/seccomp/x86_64/vhost_net_device.policy
index f1e0515..65801fe 100644
--- a/vhost_net_device.policy
+++ b/seccomp/x86_64/vhost_net_device.policy
@@ -1,3 +1,7 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
 close: 1
 exit_group: 1
 futex: 1