search for: mkhomedir_nf

Displaying 2 results from an estimated 2 matches for "mkhomedir_nf".

Did you mean: mkhomedir_nfs
2016 Sep 16
0
SELinux module
...job/mkhomedir > > subj=system_u:system_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 key=(null) > > > > Hash: mkhomedir,oddjob_mkhomedir_t,nfs_t,file,setattr > > > > > > > > I then created the module and the te file says this: > > > > [root@ selinux]# cat mkhomedir_nfs.te > > > > module mkhomedir_nfs 1.0; > > > > require { > > type oddjob_mkhomedir_t; > > type nfs_t; > > class file { write create open setattr }; > > class dir { write create add_name setattr }; > > } > > > > #======...
2016 Sep 16
2
SELinux module
...0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=mkhomedir exe=/usr/libexec/oddjob/mkhomedir subj=system_u:system_r:oddjob_mkhomedir_t:s0-s0:c0.c1023 key=(null) Hash: mkhomedir,oddjob_mkhomedir_t,nfs_t,file,setattr I then created the module and the te file says this: [root@ selinux]# cat mkhomedir_nfs.te module mkhomedir_nfs 1.0; require { type oddjob_mkhomedir_t; type nfs_t; class file { write create open setattr }; class dir { write create add_name setattr }; } #============= oddjob_mkhomedir_t ============== #!!!! This avc is allowed in the current policy allow oddjob_mkh...