All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ed Street" <blacknet@simplyaquatics.com>
To: <selinux@tycho.nsa.gov>
Subject: lsm3 notes
Date: Tue, 9 Jul 2002 01:33:51 -0400	[thread overview]
Message-ID: <005301c2270a$350a2a10$0a01a8c0@ed> (raw)
In-Reply-To: <200207082016.36223.jw@centraltexasit.com>

Hello,

Couple of things I noted about the new lsm3 

I keep seeing /dev/xconsole avc's. 

This is from startup
allow initrc_t device_t:fifo_file { setattr };
        #EXE=/bin/chmod  PATH=/dev/xconsole   :  setattr

startup as well
allow initrc_t resolv_conf_t:file { setattr };
        #EXE=/bin/chmod  PATH=/etc/resolv.conf   :  setattr


when I ssh into the box
allow sshd_t sysadm_home_t:dir { search };
        #EXE=/usr/sbin/sshd  PATH=/root   :  search

when sysklogd starts at boot
allow syslogd_t device_t:fifo_file { read write };
        #EXE=/sbin/syslogd  PATH=/dev/xconsole   :  read write

when I tried to tail syslog as user_r
allow user_t var_log_t:file { getattr read };
        #EXE=/bin/bash  PATH=/var/log/syslog   :  getattr
        #EXE=/usr/bin/tail  PATH=/var/log/syslog   :  read

Most notably problems with sysklogd, and it's not writing events to
/var/log/syslog

Ed


--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

  reply	other threads:[~2002-07-09  5:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-09  1:16 Is make relabel suposed to be run from policy or or setfiles? JW
2002-07-09  5:33 ` Ed Street [this message]
2002-07-09 12:43   ` lsm3 notes Stephen Smalley
2002-07-09 13:33     ` Ed Street
2002-07-09 14:03       ` Stephen Smalley
2002-07-09 11:49 ` Is make relabel suposed to be run from policy or or setfiles? Stephen Smalley
2002-07-09 16:41   ` JW

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005301c2270a$350a2a10$0a01a8c0@ed' \
    --to=blacknet@simplyaquatics.com \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.