Changeset 84 for selinux


Ignore:
Timestamp:
Jan 19, 2007, 4:11:02 PM (17 years ago)
Author:
presbrey
Message:
preliminary zephyr support
Location:
selinux/build
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • selinux/build/misc.te

    r82 r84  
    88
    99afs_access(user_t);
     10zephyr_access(user_t);
    1011
    1112### AFS ###
     
    1617
    1718afs_access(kernel_t);
     19zephyr_access(kernel_t);
    1820
    1921# init.d script sets up cell files:
     
    2628require {
    2729        type crond_t, user_cron_spool_t;
     30        type system_crond_t;
     31        type var_log_t;
    2832};
    2933
     
    3943allow user_t crond_t:fifo_file rw_file_perms;
    4044allow user_t crond_t:process sigchld;
     45allow system_crond_t var_log_t:file rw_file_perms;
    4146
    4247### SSH ###
     
    6065afs_access(procmail_t);
    6166mta_sendmail_exec(user_t)
     67mta_sendmail_exec(system_crond_t)
    6268can_exec(user_t, sendmail_exec_t)
     69can_exec(system_crond_t, sendmail_exec_t)
    6370allow sendmail_t postfix_local_t:fd use;
    6471allow sendmail_t postfix_local_t:fifo_file { getattr write };
Note: See TracChangeset for help on using the changeset viewer.