• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018 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 #include "cras_shm.h"
6 
7 /* Define a stub cras_selinux_restorecon() which doesn't do anything */
cras_selinux_restorecon(const char * pathname)8 int cras_selinux_restorecon(const char* pathname) {
9 	return 0;
10 }
11