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 open: 1
      6 read: 1
      7 close: 1
      8 exit: 1
      9 exit_group: 1
     10 # Privilege-dropping syscalls.
     11 setgroups32: 1
     12 setresuid32: 1
     13 setresgid32: 1
     14