00001 /* 00002 * $Id: pam_netns_module.h 38 2010-09-10 10:37:44Z julianthome $ 00003 * 00004 * pam_netns - Linux-PAM module for instantiating session network namespaces 00005 * 00006 * Copyright (C) 2010 Wilhelm Meier (wilhelm.meier@fh-kl.de) 00007 * 00008 * This program is free software; you can redistribute it and/or modify it under the terms of 00009 * the GNU General Public License as published by the Free Software Foundation; 00010 * either version 3 of the License, or (at your option) any later version. 00011 * 00012 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 00013 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00014 * See the GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License along with this program; 00017 * if not, see <http://www.gnu.org/licenses/>. 00018 */ 00019 00027 #ifndef PAM_NETNS_MODULE_H 00028 #define PAM_NETNS_MODULE_H 00029 00030 #include "pam_netns.h" 00031 00032 #define MODULE_NAME "pam_netns" 00033 00034 //#define PAM_SM_AUTH 00035 //#define PAM_SM_ACCOUNT 00036 #define PAM_SM_SESSION 00037 //#define PAM_SM_PASSWORD 00038 00039 #include <security/pam_modules.h> 00040 #include <security/pam_ext.h> 00041 //#include <security/_pam_macros.h> 00042 00043 #endif