forked from fedora-selinux/selinux-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove types that are just aliases of user_tty_device_t and add console_device_t also to config/appconfig-standard/securetty_types. Also note that secureadm_tty_device_t was a misspelling of secadm_tty_device_t - such type doesn't exist in the policy at all. Signed-off-by: Ondrej Mosnacek <[email protected]>
- Loading branch information
1 parent
71f9a91
commit 34d19b8
Showing
3 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
console_device_t | ||
sysadm_tty_device_t | ||
user_tty_device_t | ||
staff_tty_device_t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
console_device_t | ||
sysadm_tty_device_t | ||
user_tty_device_t | ||
staff_tty_device_t | ||
auditadm_tty_device_t | ||
secureadm_tty_device_t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
console_device_t | ||
user_tty_device_t |