Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37728937
en ru br
Репозитории ALT
S:4.3.30-alt2
5.1: 4.3.16-alt0.M51.1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: xymon

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and 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 };
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin