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