Displaying 2 results from an estimated 2 matches for "user_tmp_typ".
Did you mean:
user_tmp_type
2020 Apr 13
0
SELinux denies login
...670874.327:73041): avc: denied { unlink } for
pid=28735 comm="krb5_child" name="krb5cc_1985100122_oxJnH7" dev="dm-0"
ino=67978294 scontext=system_u:system_r:sssd_t:s0
tcontext=system_u:object_r:tmp_t:s0 tclass=file permissive=0
The policy allows sssd_t to unlink user_tmp_type:
sesearch -s sssd_t --allow:
allow sssd_t user_tmp_type : file { ioctl read write create getattr
setattr lock relabelfrom relabelto append unlink link rename open } ;
Is the problem that the credential cache files in /tmp are being created
with the wrong label, or is there some other p...
2006 May 31
2
observe_field gets "Form is not defined"
...m is
not defined" error
[code]
<label>Account Type:</label>
<%= select :user, ''tmp_type'', [''choice_one'',''choice_two''],
{ :prompt=>"select account type" } %>
</p>
<%= observe_field :user_tmp_type, :update =>
''account_type_options'', :url => { :action =>
''account_type_details'' }, :with => "''account_type=''+value" %>
<div id="account_type_options">
<!-- results go here -->
</div>
[...