diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if index dfe361a52..4630bf321 100644 --- a/policy/modules/kernel/filesystem.if +++ b/policy/modules/kernel/filesystem.if @@ -1732,6 +1732,7 @@ interface(`fs_manage_dos_files',` ## ## # +# eventpollfs was changed to task SID 20060628 interface(`fs_read_eventpollfs',` refpolicywarn(`$0($*) has been deprecated.') ') diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te index e49c1481c..f87d66c88 100644 --- a/policy/modules/kernel/filesystem.te +++ b/policy/modules/kernel/filesystem.te @@ -87,11 +87,6 @@ fs_noxattr_type(ecryptfs_t) files_mountpoint(ecryptfs_t) genfscon ecryptfs / gen_context(system_u:object_r:ecryptfs_t,s0) -type eventpollfs_t; -fs_type(eventpollfs_t) -# change to task SID 20060628 -#genfscon eventpollfs / gen_context(system_u:object_r:eventpollfs_t,s0) - type futexfs_t; fs_type(futexfs_t) genfscon futexfs / gen_context(system_u:object_r:futexfs_t,s0)