Remove bad interface in systemd.if.
This commit is contained in:
parent
b94f45d760
commit
37d2aeca3d
|
@ -116,28 +116,6 @@ interface(`systemd_relabelto_kmod_files',`
|
|||
allow $1 systemd_kmod_conf_t:file relabelto_file_perms;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Read systemd homedir content
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`systemd_read_home_content',`
|
||||
gen_require(`
|
||||
type systemd_home_t;
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
gnome_search_gconf_data_dir($1)
|
||||
')
|
||||
read_files_pattern($1, systemd_home_t, systemd_home_t)
|
||||
read_lnk_files_pattern($1, systemd_home_t, systemd_home_t)
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Get the system status information from systemd_login
|
||||
|
|
Loading…
Reference in New Issue