forked from pool/selinux-policy
cbd186764a
- Moved back to fedora policy (20190802) - Removed spec file conditionals for old SELinux userland - Removed config.tgz - Removed patches: * label_sysconfig.selinux.patch * label_var_run_rsyslog.patch * suse_additions_obs.patch * suse_additions_sslh.patch * suse_modifications_apache.patch * suse_modifications_cron.patch * suse_modifications_getty.patch * suse_modifications_logging.patch * suse_modifications_ntp.patch * suse_modifications_usermanage.patch * suse_modifications_virt.patch * suse_modifications_xserver.patch * sysconfig_network_scripts.patch * segenxml_interpreter.patch - Added patches: * fix_djbdns.patch * fix_dbus.patch * fix_gift.patch * fix_java.patch * fix_hadoop.patch * fix_thunderbird.patch * postfix_paths.patch * fix_nscd.patch * fix_sysnetwork.patch * fix_logging.patch * fix_xserver.patch OBS-URL: https://build.opensuse.org/request/show/734854 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=73
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
policy_module(packagekit,1.0.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type packagekit_t;
|
|
type packagekit_exec_t;
|
|
init_daemon_domain(packagekit_t,packagekit_exec_t)
|
|
|
|
permissive packagekit_t;
|
|
|
|
type packagekit_unit_file_t;
|
|
systemd_unit_file(packagekit_unit_file_t)
|
|
|
|
type packagekit_var_lib_t;
|
|
files_type(packagekit_var_lib_t)
|
|
|
|
#allow packagekit_t self:tcp_socket create_stream_socket_perms;
|
|
#
|
|
#manage_dirs_pattern(packagekit_t, packagekit_var_lib_t, packagekit_var_lib_t)
|
|
#manage_files_pattern(packagekit_t, packagekit_var_lib_t, packagekit_var_lib_t)
|
|
#manage_lnk_files_pattern(packagekit_t, packagekit_var_lib_t, packagekit_var_lib_t)
|
|
#files_var_lib_filetrans(packagekit_t, packagekit_var_lib_t, dir)
|
|
#
|
|
#kernel_read_unix_sysctls(packagekit_t)
|
|
#kernel_read_net_sysctls(packagekit_t)
|
|
#
|
|
#corenet_tcp_bind_generic_node(packagekit_t)
|
|
#
|
|
#corenet_tcp_bind_kubernetes_port(packagekit_t)
|
|
#corenet_tcp_bind_afs3_callback_port(packagekit_t)
|
|
#
|
|
#fs_getattr_xattr_fs(packagekit_t)
|
|
#
|
|
#logging_send_syslog_msg(packagekit_t)
|