Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9eebd56869
|
@ -1,2 +1,7 @@
|
||||
/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)
|
||||
/usr/bin/sau -- gen_context(system_u:object_r:sau_exec_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(`
|
||||
type system_cronjob_t;
|
||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='sau',
|
||||
version='0.9.0',
|
||||
version='0.9.1',
|
||||
description='Tool for auto-updating OS and packages',
|
||||
author='Feffe',
|
||||
author_email='feffe@fulh.ax',
|
||||
|
Reference in New Issue
Block a user