代码搜索:selinux
找到约 118 项符合「selinux」的源代码
代码结果 118
www.eeworm.com/read/458780/7289405
txt selinux.txt
SELinux: An Introduction
by n00m, 6/11/2005
SELinux is an implementation of a Mandatory Access Control architecture called
Flask, using the Linux Kernel. Up until its release such systems were
www.eeworm.com/read/242534/13001349
h selinux.h
#ifndef SELINUX_H
#define SELINUX_H
int loadpolicy();
#define ANACONDA_CONTEXT "system_u:system_r:anaconda_t:s0"
#endif
www.eeworm.com/read/242534/13001605
c selinux.c
/*
* selinux.c - Various SELinux related functionality needed for the loader.
*
* Jeremy Katz
*
* Copyright 2004 Red Hat, Inc.
* Portions extracted from libselinux which was
www.eeworm.com/read/242534/13001711
o selinux.o
www.eeworm.com/read/241356/13152632
pdf selinux.pdf
www.eeworm.com/read/227241/14436154
c selinux.c
/*
* Example code to show how to copy the security context from one file to
* another.
*/
#include "types.h"
#ifdef WITH_SELINUX
#include
static int selinux_enabled = -1;
#endi
www.eeworm.com/read/316872/3598200
h selinux.h
/*
* SELinux services exported to the rest of the kernel.
*
* Author: James Morris
*
* Copyright (C) 2005 Red Hat, Inc., James Morris
* Copyright (C) 20