HomeSort by relevance Sort by last modified time
    Searched full:selinux (Results 126 - 150 of 1108) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/selinux/policycoreutils/semanage/
semanage-module.8 3 .B semanage\-module \- SELinux Policy Management module mapping tool
8 semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. semanage module installs, removes, disables SELinux Policy modules.
22 Select an alternate SELinux Policy Store to manage
55 .B selinux (8),
semanage-permissive.8 3 .B semanage\-permissive \- SELinux Policy Management permissive mapping tool
8 semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. semanage permissive adds or removes a SELinux Policy permissive module.
31 Select an alternate SELinux Policy Store to manage
41 .B selinux (8),
  /frameworks/base/core/java/android/os/
SELinux.java 27 * SELinux interaction.
30 public class SELinux {
31 private static final String TAG = "SELinux";
33 /** Keep in sync with ./external/libselinux/include/selinux/android.h */
41 * Determine whether SELinux is disabled or enabled.
42 * @return a boolean indicating whether SELinux is enabled.
47 * Determine whether SELinux is permissive or enforcing.
48 * @return a boolean indicating whether SELinux is enforcing.
105 * Restores a file to its default SELinux security context.
106 * If the system is not compiled with SELinux, then {@code true
    [all...]
  /bootable/recovery/updater/
updater.h 23 #include <selinux/selinux.h>
24 #include <selinux/label.h>
  /external/selinux/libselinux/utils/
getseuser.c 5 #include <selinux/selinux.h>
6 #include <selinux/get_context_list.h>
setenforce.c 7 #include <selinux/selinux.h>
24 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
compute_create.c 6 #include <selinux/selinux.h>
compute_member.c 6 #include <selinux/selinux.h>
  /external/selinux/policycoreutils/mcstrans/man/man8/
mcstransd.8 3 mcstransd \- MCS (Multiple Category System) daemon. Translates SELinux MCS/MLS labels to human readable form.
14 This daemon reads /etc/selinux/{SELINUXTYPE}/setrans.conf configuration file, and communicates with libselinux via a socket in /var/run/setrans.
29 /etc/selinux/{SELINUXTYPE}/setrans.conf
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/
setrans.conf 19 Include=/etc/selinux/mls/setrans.d/rel.conf
20 Include=/etc/selinux/mls/setrans.d/eyes-only.conf
21 Include=/etc/selinux/mls/setrans.d/constraints.conf
  /external/selinux/policycoreutils/run_init/
run_init.8 3 run_init \- run an init script in the proper SELinux context
11 /etc/selinux/POLICYTYPE/contexts/initrc_context.
21 /etc/selinux/POLICYTYPE/contexts/initrc_context - contains the context to run init scripts under
  /external/selinux/policycoreutils/semodule_link/
semodule_link.8 3 semodule_link \- Link SELinux policy module packages together
11 a set of SELinux policy module packages into a single policy module package.
12 This tool is not necessary for normal operation of SELinux. In normal
  /external/selinux/policycoreutils/sepolicy/
org.selinux.conf 10 <allow own="org.selinux"/>
16 <allow send_destination="org.selinux"/>
19 <allow send_destination="org.selinux"
sepolicy-manpage.8 3 sepolicy-manpage \- Generate a man page based on the installed SELinux Policy
11 Use sepolicy manpage to generate manpages based on SELinux Policy.
37 sepolicy(8), selinux(8)
sepolicy-network.8 3 sepolicy-network \- Examine the SELinux Policy and generate a network report
11 Use sepolicy network to examine SELinux Policy and generate network reports.
22 List all Network Port Types defined in SELinux Policy
28 Generate a report listing the port numbers associate with the specified SELinux port type.
31 Generate a report listing the SELinux port types associate with the specified port number.
90 sepolicy(8), selinux(8), semanage(8)
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
lockdown_unconfined.txt 4 By default any system process that is started at boot that do not have SELinux Policy defined for them, run as initrc_t or init_t. These domains are unconfined by SELinux. Other similar processes which do not have SELinux Policy written for them run also unconfined. By disabling the unconfined module moves you closer to what used to be called strict policy, and locks down your machine tighter.
  /external/toybox/toys/android/
setenforce.c 1 /* setenforce.c - Set the current SELinux mode
14 Sets whether SELinux is enforcing (1) or permissive (0).
25 if (!is_selinux_enabled()) error_exit("SELinux is disabled");
  /external/selinux/checkpolicy/
checkpolicy.8 3 checkpolicy \- SELinux policy compiler
14 is a program that checks and compiles a SELinux security policy configuration
40 Specify the target platform (selinux or xen).
52 SELinux documentation at http://www.nsa.gov/research/selinux,
53 especially "Configuring the SELinux Policy".
  /external/selinux/libselinux/man/man3/
security_load_booleans.3 1 .TH "security_get_boolean_names" "3" "15 November 2004" "dwalsh@redhat.com" "SELinux API Documentation"
5 security_get_boolean_pending \- routines for manipulating SELinux boolean values
8 .B #include <selinux/selinux.h>
25 The SELinux policy can include conditional rules that are enabled or
30 The SELinux API allows for a transaction based update. So you can
63 .BR selinux (8),
security_load_policy.3 1 .TH "security_load_policy" "3" "3 November 2009" "guido@trentalancia.com" "SELinux API documentation"
3 security_load_policy \- load a new SELinux policy
6 .B #include <selinux/selinux.h>
36 argument accordingly for the caller to use, sets the SELinux kernel
40 It should also be noted that after the initial policy load, the SELinux
57 .BR selinux "(8), " security_disable "(3), " setenforce "(8)
  /external/libselinux/src/
callbacks.h 11 #include <selinux/selinux.h>
mapping.h 9 #include <selinux/selinux.h>
  /external/selinux/libselinux/man/man8/
togglesebool.8 1 .TH "togglesebool" "8" "26 Oct 2004" "sgrubb@redhat.com" "SELinux Command Line documentation"
3 togglesebool \- flip the current value of a SELinux boolean
19 .BR selinux (8),
  /external/selinux/libselinux/src/
callbacks.h 11 #include <selinux/selinux.h>
mapping.h 9 #include <selinux/selinux.h>

Completed in 329 milliseconds

1 2 3 4 56 7 8 91011>>