Changeset 79 for selinux/set_booleans.sh


Ignore:
Timestamp:
Jan 19, 2007, 6:58:44 AM (17 years ago)
Author:
presbrey
Message:
vixie-cron executes as the user under SELinux
SELinux policy for afsd and afsagent
File:
1 edited

Legend:

Unmodified
Added
Removed
  • selinux/set_booleans.sh

    r28 r79  
    11#!/bin/bash
    22
    3 setsebool -P allow_kerberos=1 \
     3setsebool -P \
     4        allow_gssd_read_tmp=1 \
    45        allow_httpd_anon_write=1 \
    56        allow_httpd_staff_script_anon_write=1 \
     
    89        allow_httpd_user_script_anon_write=1 \
    910        allow_java_execstack=1 \
     11        allow_kerberos=1 \
     12        allow_mounton_anydir=1 \
     13        allow_nfsd_anon_write=1 \
     14        allow_ssh_keysign=1 \
    1015        allow_user_mysql_connect=1 \
    1116        cron_can_relabel=1 \
     
    2126        nfs_export_all_rw=1 \
    2227        ssh_sysadm_login=1 \
    23         staff_read_sysadm_file=1 \
    2428        use_nfs_home_dirs=1 \
    2529        use_samba_home_dirs=1 \
    2630        user_ping=1 \
    27         user_rw_noexattrfile=1
     31        user_rw_noexattrfile=1 \
     32        user_tcp_server=1
     33#       allow_daemons_use_tty=1 \
     34#       allow_mount_anyfile=1 \
     35#       staff_read_sysadm_file=1 \
Note: See TracChangeset for help on using the changeset viewer.