SELinux: add default_type statements
[deliverable/linux.git] / security / selinux / ss / policydb.h
index a949f1ad43bbe70c06022fd75d7dcfc513fe6e7f..da637471d4ce4d08fdb0706136184a3a1dcf7e57 100644 (file)
@@ -60,11 +60,12 @@ struct class_datum {
        struct symtab permissions;      /* class-specific permission symbol table */
        struct constraint_node *constraints;    /* constraints on class permissions */
        struct constraint_node *validatetrans;  /* special transition rules */
-       /* Options how a new object user and role should be decided */
+/* Options how a new object user, role, and type should be decided */
 #define DEFAULT_SOURCE         1
 #define DEFAULT_TARGET         2
        char default_user;
        char default_role;
+       char default_type;
 /* Options how a new object range should be decided */
 #define DEFAULT_SOURCE_LOW     1
 #define DEFAULT_SOURCE_HIGH    2
This page took 0.024878 seconds and 5 git commands to generate.