fix term_tty() associations

This commit is contained in:
Chris PeBenito 2006-10-14 23:32:30 +00:00
parent 009b377174
commit 0e5c5442c6

View File

@ -90,8 +90,8 @@ interface(`term_tty',`
typeattribute $2 ttynode, serial_device;
type_change $1 tty_device_t:chr_file $2;
fs_associate($1)
files_associate_tmp($1)
fs_associate($2)
files_associate_tmp($2)
# Debian login is from shadow utils and does not allow resetting the perms.
# have to fix this!