From: Daniel J Walsh <dwalsh@redhat.com>
To: "Christopher J. PeBenito" <cpebenito@tresys.com>,
SE Linux <selinux@tycho.nsa.gov>
Subject: Pattern patch. I believe this is a cut and paste error
Date: Thu, 02 Aug 2007 15:24:09 -0400 [thread overview]
Message-ID: <46B22F59.7070502@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: pattern.patch --]
[-- Type: text/x-patch, Size: 1814 bytes --]
--- nsaserefpolicy/policy/support/file_patterns.spt 2007-05-29 14:10:59.000000000 -0400
+++ serefpolicy-3.0.5/policy/support/file_patterns.spt 2007-08-02 11:02:03.000000000 -0400
@@ -310,47 +310,47 @@
#
define(`getattr_sock_files_pattern',`
allow $1 $2:dir search_dir_perms;
- allow $1 $3:sock_file getattr_fifo_file_perms;
+ allow $1 $3:sock_file getattr_sock_file_perms;
')
define(`setattr_sock_files_pattern',`
allow $1 $2:dir search_dir_perms;
- allow $1 $3:sock_file setattr_fifo_file_perms;
+ allow $1 $3:sock_file setattr_sock_file_perms;
')
define(`read_sock_files_pattern',`
allow $1 $2:dir search_dir_perms;
- allow $1 $3:sock_file read_fifo_file_perms;
+ allow $1 $3:sock_file read_sock_file_perms;
')
define(`write_sock_files_pattern',`
allow $1 $2:dir search_dir_perms;
- allow $1 $3:sock_file write_fifo_file_perms;
+ allow $1 $3:sock_file write_sock_file_perms;
')
define(`rw_sock_files_pattern',`
allow $1 $2:dir search_dir_perms;
- allow $1 $3:sock_file rw_fifo_file_perms;
+ allow $1 $3:sock_file rw_sock_file_perms;
')
define(`create_sock_files_pattern',`
allow $1 $2:dir add_entry_dir_perms;
- allow $1 $3:sock_file create_fifo_file_perms;
+ allow $1 $3:sock_file create_sock_file_perms;
')
define(`delete_sock_files_pattern',`
allow $1 $2:dir del_entry_dir_perms;
- allow $1 $3:sock_file delete_fifo_file_perms;
+ allow $1 $3:sock_file delete_sock_file_perms;
')
define(`rename_sock_files_pattern',`
allow $1 $2:dir rw_dir_perms;
- allow $1 $3:sock_file rename_fifo_file_perms;
+ allow $1 $3:sock_file rename_sock_file_perms;
')
define(`manage_sock_files_pattern',`
allow $1 $2:dir rw_dir_perms;
- allow $1 $3:sock_file manage_fifo_file_perms;
+ allow $1 $3:sock_file manage_sock_file_perms;
')
define(`relabelfrom_sock_files_pattern',`
next reply other threads:[~2007-08-02 19:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-02 19:24 Daniel J Walsh [this message]
2007-08-02 19:33 ` Pattern patch. I believe this is a cut and paste error Christopher J. PeBenito
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=46B22F59.7070502@redhat.com \
--to=dwalsh@redhat.com \
--cc=cpebenito@tresys.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.