Home | History | Annotate | Download | only in security_Minijail_seccomp
      1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 # O_WRONLY
      6 open: arg1 & 01
      7 read: 1
      8 close: 1
      9 exit: 1
     10 exit_group: 1
     11