Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37567370
en ru br
ALT Linux repositórios
S:4.3.30-alt2

Group :: Monitoramento
RPM: xymon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# xymonclient.sh runs under the initrc_t type when started via initscripts.
# Certain system binaries get a domain transition if they're normally run
# more restrictively (eg, ifconfig can only write to certain files).
#
# Allow ifconfig to write out to our tmp file in /var/tmp or /dev/shm
#

module xymon-client VERSION;

require {
type ifconfig_t;
type initrc_state_t;
type initrc_tmp_t;
type tmpfs_t;
type tmp_t;
class file { append getattr };
}

#============= ifconfig_t ==============
allow ifconfig_t { initrc_state_t initrc_tmp_t tmpfs_t tmp_t }:file { getattr append };
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009