473ea7 temporarily add libselinux

Authored and Committed by Chris PeBenito 18 years ago
184 files changed. 12945 lines added. 0 lines removed.
libselinux/ChangeLog
file added
+312
libselinux/LICENSE
file added
+21
libselinux/Makefile
file added
+17
libselinux/VERSION
file added
+1
libselinux/include/Makefile
file added
+7
libselinux/include/selinux/av_permissions.h
file added
+905
libselinux/include/selinux/avc.h
file added
+373
libselinux/include/selinux/context.h
file added
+52
libselinux/include/selinux/flask.h
file added
+96
libselinux/include/selinux/get_context_list.h
file added
+75
libselinux/include/selinux/get_default_type.h
file added
+25
libselinux/include/selinux/selinux.h
file added
+403
libselinux/man/Makefile
file added
+10
libselinux/man/man3/avc_add_callback.3
file added
+183
libselinux/man/man3/avc_audit.3
file added
+1
libselinux/man/man3/avc_av_stats.3
file added
+1
libselinux/man/man3/avc_cache_stats.3
file added
+98
libselinux/man/man3/avc_cleanup.3
file added
+1
libselinux/man/man3/avc_context_to_sid.3
file added
+90
libselinux/man/man3/avc_destroy.3
file added
+1
libselinux/man/man3/avc_entry_ref_init.3
file added
+1
libselinux/man/man3/avc_has_perm.3
file added
+154
libselinux/man/man3/avc_has_perm_noaudit.3
file added
+1
libselinux/man/man3/avc_init.3
file added
+211
libselinux/man/man3/avc_reset.3
file added
+1
libselinux/man/man3/avc_sid_stats.3
file added
+1
libselinux/man/man3/avc_sid_to_context.3
file added
+1
libselinux/man/man3/checkPasswdAccess.3
file added
+1
libselinux/man/man3/context_free.3
file added
+1
libselinux/man/man3/context_new.3
file added
+58
libselinux/man/man3/context_range_get.3
file added
+1
libselinux/man/man3/context_range_set.3
file added
+1
libselinux/man/man3/context_role_get.3
file added
+1
libselinux/man/man3/context_role_set.3
file added
+1
libselinux/man/man3/context_type_get.3
file added
+1
libselinux/man/man3/context_type_set.3
file added
+1
libselinux/man/man3/context_user_get.3
file added
+1
libselinux/man/man3/context_user_set.3
file added
+1
libselinux/man/man3/freecon.3
file added
+16
libselinux/man/man3/freeconary.3
file added
+1
libselinux/man/man3/fsetfilecon.3
file added
+1
libselinux/man/man3/get_default_context.3
file added
+1
libselinux/man/man3/get_default_context_with_role.3
file added
+1
libselinux/man/man3/get_ordered_context_list.3
file added
+66
libselinux/man/man3/getcon.3
file added
+62
libselinux/man/man3/getexeccon.3
file added
+60
libselinux/man/man3/getfilecon.3
file added
+43
libselinux/man/man3/getfscreatecon.3
file added
+40
libselinux/man/man3/getpeercon.3
file added
+1
libselinux/man/man3/getpidcon.3
file added
+1
libselinux/man/man3/getprevcon.3
file added
+1
libselinux/man/man3/getseuserbyname.3
file added
+25
libselinux/man/man3/is_context_customizable.3
file added
+22
libselinux/man/man3/is_selinux_enabled.3
file added
+11
libselinux/man/man3/lsetfilecon.3
file added
+1
libselinux/man/man3/manual_user_enter_context.3
file added
+1
libselinux/man/man3/matchmediacon.3
file added
+26
libselinux/man/man3/matchpathcon.3
file added
+109
libselinux/man/man3/query_user_context.3
file added
+1
libselinux/man/man3/rpm_execcon.3
file added
+1
libselinux/man/man3/security_check_context.3
file added
+12
libselinux/man/man3/security_commit_booleans.3
file added
+1
libselinux/man/man3/security_compute_av.3
file added
+54
libselinux/man/man3/security_compute_create.3
file added
+1
libselinux/man/man3/security_compute_relabel.3
file added
+1
libselinux/man/man3/security_compute_user.3
file added
+1
libselinux/man/man3/security_get_boolean_active.3
file added
+1
libselinux/man/man3/security_get_boolean_names.3
file added
+1
libselinux/man/man3/security_get_boolean_pending.3
file added
+1
libselinux/man/man3/security_getenforce.3
file added
+19
libselinux/man/man3/security_load_booleans.3
file added
+59
libselinux/man/man3/security_load_policy.3
file added
+11
libselinux/man/man3/security_policyvers.3
file added
+12
libselinux/man/man3/security_set_boolean.3
file added
+1
libselinux/man/man3/security_setenforce.3
file added
+1
libselinux/man/man3/selinux_binary_policy_path.3
file added
+63
libselinux/man/man3/selinux_booleans_path.3
file added
+1
libselinux/man/man3/selinux_contexts_path.3
file added
+1
libselinux/man/man3/selinux_default_context_path.3
file added
+1
libselinux/man/man3/selinux_failsafe_context_path.3
file added
+1
libselinux/man/man3/selinux_file_context_path.3
file added
+1
libselinux/man/man3/selinux_getenforcemode.3
file added
+22
libselinux/man/man3/selinux_media_context_path.3
file added
+1
libselinux/man/man3/selinux_policy_root.3
file added
+17
libselinux/man/man3/selinux_removable_context_path.3
file added
+1
libselinux/man/man3/selinux_user_contexts_path.3
file added
+1
libselinux/man/man3/set_matchpathcon_printf.3
file added
+1
libselinux/man/man3/setcon.3
file added
+1
libselinux/man/man3/setexeccon.3
file added
+1
libselinux/man/man3/setfilecon.3
file added
+41
libselinux/man/man3/setfscreatecon.3
file added
+1
libselinux/man/man3/sidget.3
file added
+1
libselinux/man/man3/sidput.3
file added
+1
libselinux/man/man8/avcstat.8
file added
+28
libselinux/man/man8/booleans.8
file added
+55
libselinux/man/man8/getenforce.8
file added
+15
libselinux/man/man8/getsebool.8
file added
+34
libselinux/man/man8/matchpathcon.8
file added
+18
libselinux/man/man8/selinux.8
file added
+83
libselinux/man/man8/selinuxenabled.8
file added
+16
libselinux/man/man8/setenforce.8
file added
+23
libselinux/man/man8/setsebool.8
file added
+28
libselinux/man/man8/togglesebool.8
file added
+17
libselinux/src/Makefile
file added
+46
libselinux/src/av_inherit.h
file added
+30
libselinux/src/av_perm_to_string.h
file added
+234
libselinux/src/avc.c
file added
+1364
libselinux/src/avc_internal.c
file added
+263
libselinux/src/avc_internal.h
file added
+186
libselinux/src/avc_sidtab.c
file added
+193
libselinux/src/avc_sidtab.h
file added
+39
libselinux/src/booleans.c
file added
+456
libselinux/src/checkAccess.c
file added
+38
libselinux/src/check_context.c
file added
+45
libselinux/src/class_to_string.h
file added
+59
libselinux/src/common_perm_to_string.h
file added
+58
libselinux/src/compat_file_path.h
file added
+11
libselinux/src/compute_av.c
file added
+91
libselinux/src/compute_create.c
file added
+95
libselinux/src/compute_member.c
file added
+94
libselinux/src/compute_relabel.c
file added
+94
libselinux/src/compute_user.c
file added
+108
libselinux/src/context.c
file added
+184
libselinux/src/context_internal.h
file added
+14
libselinux/src/disable.c
file added
+33
libselinux/src/dso.h
file added
+23
libselinux/src/enabled.c
file added
+85
libselinux/src/fgetfilecon.c
file added
+65
libselinux/src/file_path_suffixes.h
file added
+14
libselinux/src/freecon.c
file added
+10
libselinux/src/freeconary.c
file added
+18
libselinux/src/fsetfilecon.c
file added
+30
libselinux/src/get_context_list.c
file added
+487
libselinux/src/get_context_list_internal.h
file added
+5
libselinux/src/get_default_type.c
file added
+68
libselinux/src/get_default_type_internal.h
file added
+4
libselinux/src/getcon.c
file added
+65
libselinux/src/getenforce.c
file added
+34
libselinux/src/getexeccon.c
file added
+69
libselinux/src/getfilecon.c
file added
+66
libselinux/src/getfscreatecon.c
file added
+69
libselinux/src/getpeercon.c
file added
+64
libselinux/src/getpidcon.c
file added
+68
libselinux/src/getprevcon.c
file added
+65
libselinux/src/init.c
file added
+139
libselinux/src/is_customizable_type.c
file added
+83
libselinux/src/lgetfilecon.c
file added
+65
libselinux/src/load_policy.c
file added
+226
libselinux/src/lsetfilecon.c
file added
+30
libselinux/src/matchmediacon.c
file added
+71
libselinux/src/matchpathcon.c
file added
+818
libselinux/src/policy.h
file added
+19
libselinux/src/policyvers.c
file added
+42
libselinux/src/query_user_context.c
file added
+196
libselinux/src/rpm.c
file added
+54
libselinux/src/selinux_config.c
file added
+298
libselinux/src/selinux_internal.h
file added
+68
libselinux/src/selinux_netlink.h
file added
+31
libselinux/src/setcon.c
file added
+44
libselinux/src/setenforce.c
file added
+31
libselinux/src/setexeccon.c
file added
+41
libselinux/src/setfilecon.c
file added
+30
libselinux/src/setfscreatecon.c
file added
+40
libselinux/src/seusers.c
file added
+157
libselinux/src/trans.c
file added
+59
libselinux/utils/Makefile
file added
+21
libselinux/utils/avcstat.c
file added
+226
libselinux/utils/compute_av.c
file added
+54
libselinux/utils/compute_create.c
file added
+34
libselinux/utils/compute_member.c
file added
+34
libselinux/utils/compute_relabel.c
file added
+34
libselinux/utils/compute_user.c
file added
+37
libselinux/utils/getconlist.c
file added
+72
libselinux/utils/getenforce.c
file added
+31
libselinux/utils/getfilecon.c
file added
+26
libselinux/utils/getpidcon.c
file added
+31
libselinux/utils/getsebool.c
file added
+101
libselinux/utils/matchpathcon.c
file added
+44
libselinux/utils/policyvers.c
file added
+18
libselinux/utils/selinuxenabled.c
file added
+9
libselinux/utils/setenforce.c
file added
+43
libselinux/utils/setfilecon.c
file added
+23
libselinux/utils/setsebool.c
file added
+172
libselinux/utils/togglesebool.c
file added
+98
    temporarily add libselinux
    
    
        
file added
+312
file added
+21
file added
+17
file added
+1
file added
+1364
file added
+23
file added
+139
file added
+54