fix selinux policy on gentoo
This commit is contained in:
parent
5d5947c99e
commit
9eebd56869
@ -1,2 +1,7 @@
|
|||||||
/usr/bin/sau gen_context(system_u:object_r:sau_exec_t,s0)
|
/usr/bin/sau -- gen_context(system_u:object_r:sau_exec_t,s0)
|
||||||
/etc/sau.cfg gen_context(system_u:object_r:sau_config_t,s0)
|
|
||||||
|
# on gentoo python executables are executed via python-exec
|
||||||
|
/usr/lib/python-exec/python[0-9\.]*/sau -- gen_context(system_u:object_r:sau_exec_t,s0)
|
||||||
|
|
||||||
|
|
||||||
|
/etc/sau.cfg -- gen_context(system_u:object_r:sau_config_t,s0)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
policy_module(sau, 0.2)
|
policy_module(sau, 0.9.1)
|
||||||
|
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type system_cronjob_t;
|
type system_cronjob_t;
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='sau',
|
name='sau',
|
||||||
version='0.9.0',
|
version='0.9.1',
|
||||||
description='Tool for auto-updating OS and packages',
|
description='Tool for auto-updating OS and packages',
|
||||||
author='Feffe',
|
author='Feffe',
|
||||||
author_email='feffe@fulh.ax',
|
author_email='feffe@fulh.ax',
|
||||||
|
Loading…
Reference in New Issue
Block a user