Changeset 2773

Show
Ignore:
Timestamp:
08/07/08 09:45:37 (4 months ago)
Author:
cpebenito
Message:

trunk: missed fixes on previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/policy/modules/apps/usernetctl.if

    r2772 r2773  
    6767 
    6868        optional_policy(` 
    69                 ppp_run(usernetctl_t,$2,$3) 
     69                ppp_run(usernetctl_t, $2, $3) 
    7070        ') 
    7171') 
  • trunk/policy/modules/kernel/storage.if

    r2772 r2773  
    7878 
    7979        dontaudit $1 fixed_disk_device_t:blk_file setattr; 
    80 ') 
    81  
    82 ######################################## 
    83 ## <summary> 
    84 ##      dontaudit the caller attempts to read from a fixed disk. 
    85 ## </summary> 
    86 ## <param name="domain"> 
    87 ##      <summary> 
    88 ##      The type of the process performing this action. 
    89 ##      </summary> 
    90 ## </param> 
    91 # 
    92 interface(`storage_dontaudit_raw_read_fixed_disk',` 
    93         gen_require(` 
    94                 attribute fixed_disk_raw_read; 
    95                 type fixed_disk_device_t; 
    96         ') 
    97  
    98         dontaudit $1 fixed_disk_device_t:blk_file read_blk_file_perms; 
    99         dontaudit $1 fixed_disk_device_t:chr_file read_chr_file_perms; 
    10080') 
    10181 
     
    142122        ') 
    143123 
    144         dontaudit $1 fixed_disk_device_t:blk_file { getattr ioctl read }; 
     124        dontaudit $1 fixed_disk_device_t:blk_file read_blk_file_perms; 
     125        dontaudit $1 fixed_disk_device_t:chr_file read_chr_file_perms; 
    145126') 
    146127 
  • trunk/policy/modules/services/rsync.te

    r2772 r2773  
    6262read_lnk_files_pattern(rsync_t, rsync_data_t, rsync_data_t) 
    6363 
     64manage_files_pattern(rsync_t, rsync_log_t, rsync_log_t) 
     65logging_log_filetrans(rsync_t, rsync_log_t, file) 
     66 
    6467manage_dirs_pattern(rsync_t, rsync_tmp_t, rsync_tmp_t) 
    6568manage_files_pattern(rsync_t, rsync_tmp_t, rsync_tmp_t) 
     
    98101 
    99102logging_send_syslog_msg(rsync_t) 
    100 manage_files_pattern(rsync_t,rsync_log_t,rsync_log_t) 
    101 logging_log_filetrans(rsync_t,rsync_log_t,file) 
    102103 
    103104miscfiles_read_localization(rsync_t)