trunk: Cracklib update on Deban from Vaclav Ovsik.
This commit is contained in:
parent
ee6608baeb
commit
51223bfc56
@ -1,3 +1,4 @@
|
|||||||
|
- Cracklib update on Deban from Vaclav Ovsik.
|
||||||
- Label /proc/kallsyms with system_map_t.
|
- Label /proc/kallsyms with system_map_t.
|
||||||
- 64-bit capabilities from Stephen Smalley.
|
- 64-bit capabilities from Stephen Smalley.
|
||||||
- Labeled networking peer object class updates.
|
- Labeled networking peer object class updates.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(usermanage,1.9.0)
|
policy_module(usermanage,1.9.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
@ -161,6 +161,13 @@ logging_send_syslog_msg(crack_t)
|
|||||||
|
|
||||||
userdom_dontaudit_search_sysadm_home_dirs(crack_t)
|
userdom_dontaudit_search_sysadm_home_dirs(crack_t)
|
||||||
|
|
||||||
|
ifdef(`distro_debian',`
|
||||||
|
# the package cracklib-runtime on Debian contains a daily maintenance
|
||||||
|
# script /etc/cron.daily/cracklib-runtime, that calls
|
||||||
|
# update-cracklib and that calls crack_mkdict, which is a shell script.
|
||||||
|
corecmd_exec_shell(crack_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
cron_system_entry(crack_t,crack_exec_t)
|
cron_system_entry(crack_t,crack_exec_t)
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user