ofdbus/dbus/bus/selinux.c
branchGCC_SURGE
changeset 45 4b03adbd26ca
parent 18 47c74d1534e1
parent 34 5fae379060a7
equal deleted inserted replaced
42:a16d1cd191f6 45:4b03adbd26ca
     1 /*
     1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2  * Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     3 * All rights reserved.
     3  * selinux.c  SELinux security checks for D-Bus
     4 * This component and the accompanying materials are made available
     4  *
     5 * under the terms of "Eclipse Public License v1.0"
     5  * Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
     6 * which accompanies this distribution, and is available
     6  *
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * Licensed under the Academic Free License version 2.1
     8 *
     8  * 
     9 * Initial Contributors:
     9  * This program is free software; you can redistribute it and/or modify
    10 * Nokia Corporation - initial contribution.
    10  * it under the terms of the GNU General Public License as published by
    11 *
    11  * the Free Software Foundation; either version 2 of the License, or
    12 * Contributors:
    12  * (at your option) any later version.
    13 *
    13  *
    14 * Description: 
    14  * This program is distributed in the hope that it will be useful,
    15 *
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16 */
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17 
    17  * GNU General Public License for more details.
       
    18  * 
       
    19  * You should have received a copy of the GNU General Public License
       
    20  * along with this program; if not, write to the Free Software
       
    21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
       
    22  *
       
    23  */
    18 #ifndef __SYMBIAN32__
    24 #ifndef __SYMBIAN32__
    19 #include <dbus/dbus-internals.h>
    25 #include <dbus/dbus-internals.h>
    20 #include <dbus/dbus-string.h>
    26 #include <dbus/dbus-string.h>
    21 #else
    27 #else
    22 #include "dbus-internals.h"
    28 #include "dbus-internals.h"