fix term_tty() associations
This commit is contained in:
parent
009b377174
commit
0e5c5442c6
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user