forked from pool/selinux-policy
Accepting request 671813 from home:jsegitz:branches:security:SELinux
- Update to refpolicy 20190201. New modules for chromium, hostapd, and sigrok and minor fixes for existing modules. Refreshed suse_modifications_usermanage.patch OBS-URL: https://build.opensuse.org/request/show/671813 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=71
This commit is contained in:
parent
e960092653
commit
177da0b45c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dca99ee829b41f216474170c0e38aae99b01a0406a841bdc7347b49aa24f6c7d
|
|
||||||
size 753050
|
|
3
refpolicy-2.20190201.tar.bz2
Normal file
3
refpolicy-2.20190201.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843
|
||||||
|
size 552750
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 4 07:59:49 UTC 2019 - jsegitz@suse.com
|
||||||
|
|
||||||
|
- Update to refpolicy 20190201. New modules for chromium, hostapd,
|
||||||
|
and sigrok and minor fixes for existing modules.
|
||||||
|
Refreshed suse_modifications_usermanage.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 28 15:18:28 UTC 2018 - jsegitz@suse.com
|
Wed Nov 28 15:18:28 UTC 2018 - jsegitz@suse.com
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ Summary: SELinux policy configuration
|
|||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 20180701
|
Version: 20190201
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_%{version}/refpolicy-2.%{version}.tar.bz2
|
Source: https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_%{version}/refpolicy-2.%{version}.tar.bz2
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: refpolicy/policy/modules/admin/usermanage.te
|
Index: refpolicy/policy/modules/admin/usermanage.te
|
||||||
===================================================================
|
===================================================================
|
||||||
--- refpolicy.orig/policy/modules/admin/usermanage.te 2018-02-15 22:52:31.000000000 +0100
|
--- refpolicy.orig/policy/modules/admin/usermanage.te 2019-02-01 21:03:42.000000000 +0100
|
||||||
+++ refpolicy/policy/modules/admin/usermanage.te 2018-11-27 15:03:05.555740143 +0100
|
+++ refpolicy/policy/modules/admin/usermanage.te 2019-02-04 09:51:12.007425927 +0100
|
||||||
@@ -251,6 +251,9 @@ userdom_use_unpriv_users_fds(groupadd_t)
|
@@ -251,6 +251,9 @@ userdom_use_unpriv_users_fds(groupadd_t)
|
||||||
# for when /root is the cwd
|
# for when /root is the cwd
|
||||||
userdom_dontaudit_search_user_home_dirs(groupadd_t)
|
userdom_dontaudit_search_user_home_dirs(groupadd_t)
|
||||||
@ -10,9 +10,9 @@ Index: refpolicy/policy/modules/admin/usermanage.te
|
|||||||
+allow groupadd_t var_run_t:sock_file write;
|
+allow groupadd_t var_run_t:sock_file write;
|
||||||
+
|
+
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
dpkg_use_fds(groupadd_t)
|
apt_use_fds(groupadd_t)
|
||||||
dpkg_rw_pipes(groupadd_t)
|
')
|
||||||
@@ -550,6 +553,9 @@ optional_policy(`
|
@@ -570,6 +573,9 @@ optional_policy(`
|
||||||
puppet_rw_tmp(useradd_t)
|
puppet_rw_tmp(useradd_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user