Changeset 2633
- Timestamp:
- 03/10/08 14:29:47 (9 months ago)
- Files:
-
- trunk/Changelog (modified) (1 diff)
- trunk/policy/modules/system/init.te (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Changelog
r2632 r2633 1 - Revise upstart support in init module to use a tunable, as upstart is now 2 used in Fedora too. 1 3 - Add iferror.m4 rather generate it out of the Makefiles. 2 4 - Definitions for open permisson on file and similar objects from Eric trunk/policy/modules/system/init.te
r2626 r2633 1 1 2 policy_module(init,1.9. 1)2 policy_module(init,1.9.2) 3 3 4 4 gen_require(` … … 10 10 # Declarations 11 11 # 12 13 ## <desc> 14 ## <p> 15 ## Enable support for upstart as the init program. 16 ## </p> 17 ## </desc> 18 gen_tunable(init_upstart,false) 12 19 13 20 # used for direct running of init scripts … … 50 57 domain_entry_file(initrc_t,initrc_exec_t) 51 58 role system_r types initrc_t; 59 # should be part of the true block 60 # of the below init_upstart tunable 61 # but this has a typeattribute in it 62 corecmd_shell_entry_type(initrc_t) 52 63 53 64 type initrc_devpts_t; … … 164 175 ') 165 176 166 ifndef(`distro_ubuntu',` 177 tunable_policy(`init_upstart',` 178 corecmd_shell_domtrans(init_t,initrc_t) 179 ',` 167 180 # Run the shell in the sysadm role for single-user mode. 168 181 # causes problems with upstart
